mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 06:05:18 +00:00
10715 lines
311 KiB
HTML
10715 lines
311 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_6bb24c81bfd38dbf4903e3b2c6a0ba04 {
|
|
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_6bb24c81bfd38dbf4903e3b2c6a0ba04" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_6bb24c81bfd38dbf4903e3b2c6a0ba04 = L.map(
|
|
"map_6bb24c81bfd38dbf4903e3b2c6a0ba04",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_a15d629e231ddb4ab5fcbebdcc329054 = 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_a15d629e231ddb4ab5fcbebdcc329054.addTo(map_6bb24c81bfd38dbf4903e3b2c6a0ba04);
|
|
|
|
|
|
var marker_cluster_8ae755ca6aacae6b7588bf03e1239d73 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_60b8534244cce6bd4142b38d2e46fa42 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_2b462cf60f35a85cd00abe1309ad1306 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3de95c41071964262a384dc53428f22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cc6287207fe41e1cd06403c5c8e65c1 = $(`<div id="html_2cc6287207fe41e1cd06403c5c8e65c1" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f3de95c41071964262a384dc53428f22.setContent(html_2cc6287207fe41e1cd06403c5c8e65c1);
|
|
|
|
|
|
|
|
marker_60b8534244cce6bd4142b38d2e46fa42.bindPopup(popup_f3de95c41071964262a384dc53428f22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60b8534244cce6bd4142b38d2e46fa42.setIcon(icon_2b462cf60f35a85cd00abe1309ad1306);
|
|
|
|
|
|
var marker_85bfac1ce4656d5cf98bab4295720f96 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5cb109bb96e9995374e1dc062df907df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61388ef46200031c7d182288b7174d76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cb7db2c110a5da58474d59831b82ec9 = $(`<div id="html_4cb7db2c110a5da58474d59831b82ec9" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_61388ef46200031c7d182288b7174d76.setContent(html_4cb7db2c110a5da58474d59831b82ec9);
|
|
|
|
|
|
|
|
marker_85bfac1ce4656d5cf98bab4295720f96.bindPopup(popup_61388ef46200031c7d182288b7174d76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85bfac1ce4656d5cf98bab4295720f96.setIcon(icon_5cb109bb96e9995374e1dc062df907df);
|
|
|
|
|
|
var marker_438177bd0bda8f2219587345c8253956 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7964a344f88566ba761587b3bf34bc83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ca93c055a4b70f859746d3f09991ea2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a312c2ba6ff51b588beb87384b6c3dbb = $(`<div id="html_a312c2ba6ff51b588beb87384b6c3dbb" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_3ca93c055a4b70f859746d3f09991ea2.setContent(html_a312c2ba6ff51b588beb87384b6c3dbb);
|
|
|
|
|
|
|
|
marker_438177bd0bda8f2219587345c8253956.bindPopup(popup_3ca93c055a4b70f859746d3f09991ea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_438177bd0bda8f2219587345c8253956.setIcon(icon_7964a344f88566ba761587b3bf34bc83);
|
|
|
|
|
|
var marker_f26970a91dbbb5f669f656923d1c189b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_045be17d1113af061f091a92b0c3d74e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf7dc76281fea326e6746efb70aebb61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94aa3ba6faaf69a85d00505ea0366fbd = $(`<div id="html_94aa3ba6faaf69a85d00505ea0366fbd" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_cf7dc76281fea326e6746efb70aebb61.setContent(html_94aa3ba6faaf69a85d00505ea0366fbd);
|
|
|
|
|
|
|
|
marker_f26970a91dbbb5f669f656923d1c189b.bindPopup(popup_cf7dc76281fea326e6746efb70aebb61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f26970a91dbbb5f669f656923d1c189b.setIcon(icon_045be17d1113af061f091a92b0c3d74e);
|
|
|
|
|
|
var marker_5d640c8582fc9229d79304ec37d54f72 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0ae383c19bddd8a4b3f8f42229a0ecba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39cc29730f18847e5c6265cc8260f2cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cceebe0b5b5d29cffbba95d629823ce = $(`<div id="html_2cceebe0b5b5d29cffbba95d629823ce" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_39cc29730f18847e5c6265cc8260f2cd.setContent(html_2cceebe0b5b5d29cffbba95d629823ce);
|
|
|
|
|
|
|
|
marker_5d640c8582fc9229d79304ec37d54f72.bindPopup(popup_39cc29730f18847e5c6265cc8260f2cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d640c8582fc9229d79304ec37d54f72.setIcon(icon_0ae383c19bddd8a4b3f8f42229a0ecba);
|
|
|
|
|
|
var marker_253dfc177eb80dcef55996127c4b9bcd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d414ad93479aad93bf844bf781e87038 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a90fef1dd58e096ea43f5a88cabef09f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd3ec5b62f923cd0e76f8bdd0ebe979f = $(`<div id="html_dd3ec5b62f923cd0e76f8bdd0ebe979f" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_a90fef1dd58e096ea43f5a88cabef09f.setContent(html_dd3ec5b62f923cd0e76f8bdd0ebe979f);
|
|
|
|
|
|
|
|
marker_253dfc177eb80dcef55996127c4b9bcd.bindPopup(popup_a90fef1dd58e096ea43f5a88cabef09f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_253dfc177eb80dcef55996127c4b9bcd.setIcon(icon_d414ad93479aad93bf844bf781e87038);
|
|
|
|
|
|
var marker_cefd325496865fc4dec48d8cc0ea1503 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c49f70789c778c2636f2ad5c3c8b720a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_818a25e487d87433f0b30970788c5df0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d68c297b273565e1674685561c58770 = $(`<div id="html_8d68c297b273565e1674685561c58770" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_818a25e487d87433f0b30970788c5df0.setContent(html_8d68c297b273565e1674685561c58770);
|
|
|
|
|
|
|
|
marker_cefd325496865fc4dec48d8cc0ea1503.bindPopup(popup_818a25e487d87433f0b30970788c5df0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cefd325496865fc4dec48d8cc0ea1503.setIcon(icon_c49f70789c778c2636f2ad5c3c8b720a);
|
|
|
|
|
|
var marker_3fbadf339de3b5010ba8d9abda998b47 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e5cde559d010130cf20966dde3d66ce2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a98a4ea0dd1f0ec26710c3f53476ac03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a348487ecccd845b4bf905bb9f12898 = $(`<div id="html_8a348487ecccd845b4bf905bb9f12898" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_a98a4ea0dd1f0ec26710c3f53476ac03.setContent(html_8a348487ecccd845b4bf905bb9f12898);
|
|
|
|
|
|
|
|
marker_3fbadf339de3b5010ba8d9abda998b47.bindPopup(popup_a98a4ea0dd1f0ec26710c3f53476ac03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fbadf339de3b5010ba8d9abda998b47.setIcon(icon_e5cde559d010130cf20966dde3d66ce2);
|
|
|
|
|
|
var marker_ccd510583b7d51f6261ed57ab00f5dad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_285296fbeb0f4e01703ee674d799dcaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfa4e7d43caf9dbe05cdadaf983aed5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcec868267ab9f1dc6e54aef47ecf2ce = $(`<div id="html_bcec868267ab9f1dc6e54aef47ecf2ce" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_bfa4e7d43caf9dbe05cdadaf983aed5d.setContent(html_bcec868267ab9f1dc6e54aef47ecf2ce);
|
|
|
|
|
|
|
|
marker_ccd510583b7d51f6261ed57ab00f5dad.bindPopup(popup_bfa4e7d43caf9dbe05cdadaf983aed5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccd510583b7d51f6261ed57ab00f5dad.setIcon(icon_285296fbeb0f4e01703ee674d799dcaf);
|
|
|
|
|
|
var marker_f8efb388beda757fd2d0cce4fd5b7de4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4bdfb7258f1f29aad611f60c142b0df2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a25b86e6130d651d9706b9efce4fb7b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f6446a72741967658dc6cd5e1d14277 = $(`<div id="html_0f6446a72741967658dc6cd5e1d14277" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_a25b86e6130d651d9706b9efce4fb7b5.setContent(html_0f6446a72741967658dc6cd5e1d14277);
|
|
|
|
|
|
|
|
marker_f8efb388beda757fd2d0cce4fd5b7de4.bindPopup(popup_a25b86e6130d651d9706b9efce4fb7b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8efb388beda757fd2d0cce4fd5b7de4.setIcon(icon_4bdfb7258f1f29aad611f60c142b0df2);
|
|
|
|
|
|
var marker_4b04f2457fd4d475fdab4368de15facc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_190127a6a16857bded491a255b551f70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53206479997559b21988ed956dd55cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c08947281cca3b67f7322163598dd98 = $(`<div id="html_4c08947281cca3b67f7322163598dd98" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_d53206479997559b21988ed956dd55cb.setContent(html_4c08947281cca3b67f7322163598dd98);
|
|
|
|
|
|
|
|
marker_4b04f2457fd4d475fdab4368de15facc.bindPopup(popup_d53206479997559b21988ed956dd55cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b04f2457fd4d475fdab4368de15facc.setIcon(icon_190127a6a16857bded491a255b551f70);
|
|
|
|
|
|
var marker_14edd9fc1a229073a5d5625adf7ed9e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_9fb8010fc511cf4202ad41ed2785647a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b62ea7235f6bec0759dacb0c6ee89a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9a8d113f4e8053dfe534f676530178c = $(`<div id="html_c9a8d113f4e8053dfe534f676530178c" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1b62ea7235f6bec0759dacb0c6ee89a4.setContent(html_c9a8d113f4e8053dfe534f676530178c);
|
|
|
|
|
|
|
|
marker_14edd9fc1a229073a5d5625adf7ed9e8.bindPopup(popup_1b62ea7235f6bec0759dacb0c6ee89a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14edd9fc1a229073a5d5625adf7ed9e8.setIcon(icon_9fb8010fc511cf4202ad41ed2785647a);
|
|
|
|
|
|
var marker_14c5d82cd551e5961d2c8c2a88d6c2e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1bffdef1f29f3560bcea35a48cca0569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25ae57ff7b7671a2f6637dd0cdafbf6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_466bf6b6471cc2e97ff7ad27896ba93c = $(`<div id="html_466bf6b6471cc2e97ff7ad27896ba93c" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_25ae57ff7b7671a2f6637dd0cdafbf6c.setContent(html_466bf6b6471cc2e97ff7ad27896ba93c);
|
|
|
|
|
|
|
|
marker_14c5d82cd551e5961d2c8c2a88d6c2e0.bindPopup(popup_25ae57ff7b7671a2f6637dd0cdafbf6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14c5d82cd551e5961d2c8c2a88d6c2e0.setIcon(icon_1bffdef1f29f3560bcea35a48cca0569);
|
|
|
|
|
|
var marker_7f974bec679da3ebccfa8f47a32fb8b9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_126a5bbc0ec364a452b603e054e46417 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2806cace6a62429f054d532dbb0fea8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34b4dffd816f6d6b82ba2d70475f46eb = $(`<div id="html_34b4dffd816f6d6b82ba2d70475f46eb" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_2806cace6a62429f054d532dbb0fea8b.setContent(html_34b4dffd816f6d6b82ba2d70475f46eb);
|
|
|
|
|
|
|
|
marker_7f974bec679da3ebccfa8f47a32fb8b9.bindPopup(popup_2806cace6a62429f054d532dbb0fea8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f974bec679da3ebccfa8f47a32fb8b9.setIcon(icon_126a5bbc0ec364a452b603e054e46417);
|
|
|
|
|
|
var marker_35d4ffb24bca415ccf5013637cafc6db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6c636d4febc2c933cc350a187a4ae2e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b816c4fa6464a7137e4c110e3eb6ab19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddd58355caf56dde9bdabbf869b9576b = $(`<div id="html_ddd58355caf56dde9bdabbf869b9576b" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_b816c4fa6464a7137e4c110e3eb6ab19.setContent(html_ddd58355caf56dde9bdabbf869b9576b);
|
|
|
|
|
|
|
|
marker_35d4ffb24bca415ccf5013637cafc6db.bindPopup(popup_b816c4fa6464a7137e4c110e3eb6ab19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35d4ffb24bca415ccf5013637cafc6db.setIcon(icon_6c636d4febc2c933cc350a187a4ae2e4);
|
|
|
|
|
|
var marker_787a06a57d4877a1202f2a75a2b30ac3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7cb32d6e1cdf0071faced6671e8e852a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c6810d561cec2d2073b7ee519e0ddef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbc68f6e565c143548ee985b7ce01716 = $(`<div id="html_fbc68f6e565c143548ee985b7ce01716" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_7c6810d561cec2d2073b7ee519e0ddef.setContent(html_fbc68f6e565c143548ee985b7ce01716);
|
|
|
|
|
|
|
|
marker_787a06a57d4877a1202f2a75a2b30ac3.bindPopup(popup_7c6810d561cec2d2073b7ee519e0ddef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_787a06a57d4877a1202f2a75a2b30ac3.setIcon(icon_7cb32d6e1cdf0071faced6671e8e852a);
|
|
|
|
|
|
var marker_1c2806976229ce3cbdc004cc4928c6dd = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1223ec791e7c671a11c1bafa672ac67e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_594477be9fbca6aad11fc41b8347627b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb213ede6f2f9293ab14ffdc82bf6b8 = $(`<div id="html_9eb213ede6f2f9293ab14ffdc82bf6b8" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_594477be9fbca6aad11fc41b8347627b.setContent(html_9eb213ede6f2f9293ab14ffdc82bf6b8);
|
|
|
|
|
|
|
|
marker_1c2806976229ce3cbdc004cc4928c6dd.bindPopup(popup_594477be9fbca6aad11fc41b8347627b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c2806976229ce3cbdc004cc4928c6dd.setIcon(icon_1223ec791e7c671a11c1bafa672ac67e);
|
|
|
|
|
|
var marker_28b53c7994965743f65144b3676c6e75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a1032ae3e02b3ddeeba961af8e0f2932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53109bd2ebc9a04b0b267baadeedc2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46a050ecd569feb57732ab08b6bbc184 = $(`<div id="html_46a050ecd569feb57732ab08b6bbc184" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_f53109bd2ebc9a04b0b267baadeedc2b.setContent(html_46a050ecd569feb57732ab08b6bbc184);
|
|
|
|
|
|
|
|
marker_28b53c7994965743f65144b3676c6e75.bindPopup(popup_f53109bd2ebc9a04b0b267baadeedc2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28b53c7994965743f65144b3676c6e75.setIcon(icon_a1032ae3e02b3ddeeba961af8e0f2932);
|
|
|
|
|
|
var marker_1335ddc315a0d87f51924dd473b935fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e53aa294824d15bd93046008ea6e9170 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d01aed37fe886b0ea2209fdf11a3b146 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b37d7dcfa99ed3aa30dfe29d631f6abf = $(`<div id="html_b37d7dcfa99ed3aa30dfe29d631f6abf" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_d01aed37fe886b0ea2209fdf11a3b146.setContent(html_b37d7dcfa99ed3aa30dfe29d631f6abf);
|
|
|
|
|
|
|
|
marker_1335ddc315a0d87f51924dd473b935fa.bindPopup(popup_d01aed37fe886b0ea2209fdf11a3b146)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1335ddc315a0d87f51924dd473b935fa.setIcon(icon_e53aa294824d15bd93046008ea6e9170);
|
|
|
|
|
|
var marker_6c4dc3d498c1196932d62a614ac68ea3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7c027b39e36618f0e5d273aefcde7557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22e4d2497e43a9f65964aa0ea1585310 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13e53e7c14436cc82ff2045330fe000f = $(`<div id="html_13e53e7c14436cc82ff2045330fe000f" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_22e4d2497e43a9f65964aa0ea1585310.setContent(html_13e53e7c14436cc82ff2045330fe000f);
|
|
|
|
|
|
|
|
marker_6c4dc3d498c1196932d62a614ac68ea3.bindPopup(popup_22e4d2497e43a9f65964aa0ea1585310)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c4dc3d498c1196932d62a614ac68ea3.setIcon(icon_7c027b39e36618f0e5d273aefcde7557);
|
|
|
|
|
|
var marker_693756729fdf23f34dc9a41ec5891302 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8f4abcb24de4a0230deef44afdef483d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eda1c2895d75e87a941e799c816a8ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55eddf3b495a8ea8f2a4098083eba093 = $(`<div id="html_55eddf3b495a8ea8f2a4098083eba093" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_6eda1c2895d75e87a941e799c816a8ee.setContent(html_55eddf3b495a8ea8f2a4098083eba093);
|
|
|
|
|
|
|
|
marker_693756729fdf23f34dc9a41ec5891302.bindPopup(popup_6eda1c2895d75e87a941e799c816a8ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_693756729fdf23f34dc9a41ec5891302.setIcon(icon_8f4abcb24de4a0230deef44afdef483d);
|
|
|
|
|
|
var marker_d6a552076803817b65900f3109282128 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_07943d4491d67050c2c911463be641bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c417ba12020f7e629738255659fe0fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3b277ba3e6d7dae9a81542dd4cebe3a = $(`<div id="html_d3b277ba3e6d7dae9a81542dd4cebe3a" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_8c417ba12020f7e629738255659fe0fd.setContent(html_d3b277ba3e6d7dae9a81542dd4cebe3a);
|
|
|
|
|
|
|
|
marker_d6a552076803817b65900f3109282128.bindPopup(popup_8c417ba12020f7e629738255659fe0fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6a552076803817b65900f3109282128.setIcon(icon_07943d4491d67050c2c911463be641bc);
|
|
|
|
|
|
var marker_ae65c56293f4a51a0ea45253699f280f = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_2ddccfcf7627e268042ea2075e79a042 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5df42830de35cce4c7f701c6c0410103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0df593a8a638198619c0dcda6c3a1902 = $(`<div id="html_0df593a8a638198619c0dcda6c3a1902" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_5df42830de35cce4c7f701c6c0410103.setContent(html_0df593a8a638198619c0dcda6c3a1902);
|
|
|
|
|
|
|
|
marker_ae65c56293f4a51a0ea45253699f280f.bindPopup(popup_5df42830de35cce4c7f701c6c0410103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae65c56293f4a51a0ea45253699f280f.setIcon(icon_2ddccfcf7627e268042ea2075e79a042);
|
|
|
|
|
|
var marker_03ff3245dedb4f18a2c21607cf509cfd = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b7b8e2385aaa7f212374f9202e25e05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_837ae0c8817ae3fb216a6a27c900461c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90648e0499f58f8b38474b34cb27e7c3 = $(`<div id="html_90648e0499f58f8b38474b34cb27e7c3" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_837ae0c8817ae3fb216a6a27c900461c.setContent(html_90648e0499f58f8b38474b34cb27e7c3);
|
|
|
|
|
|
|
|
marker_03ff3245dedb4f18a2c21607cf509cfd.bindPopup(popup_837ae0c8817ae3fb216a6a27c900461c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03ff3245dedb4f18a2c21607cf509cfd.setIcon(icon_b7b8e2385aaa7f212374f9202e25e05c);
|
|
|
|
|
|
var marker_9753dab19635692325fdfe960c8b9b01 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8a2764999efac31fd3088b2142844428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a86fda273c3c218477391287f7675d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c74159f38924f321341a543e803ecec = $(`<div id="html_1c74159f38924f321341a543e803ecec" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_a86fda273c3c218477391287f7675d3c.setContent(html_1c74159f38924f321341a543e803ecec);
|
|
|
|
|
|
|
|
marker_9753dab19635692325fdfe960c8b9b01.bindPopup(popup_a86fda273c3c218477391287f7675d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9753dab19635692325fdfe960c8b9b01.setIcon(icon_8a2764999efac31fd3088b2142844428);
|
|
|
|
|
|
var marker_9d2553a1cca8976acc10524524efae38 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_2b1979ee6ced5722448b6a41fd34d78f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a684fec9a4adfea22510f651e989e20c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39a9f6bdd1c697f0a3a95b4ea148dd11 = $(`<div id="html_39a9f6bdd1c697f0a3a95b4ea148dd11" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_a684fec9a4adfea22510f651e989e20c.setContent(html_39a9f6bdd1c697f0a3a95b4ea148dd11);
|
|
|
|
|
|
|
|
marker_9d2553a1cca8976acc10524524efae38.bindPopup(popup_a684fec9a4adfea22510f651e989e20c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d2553a1cca8976acc10524524efae38.setIcon(icon_2b1979ee6ced5722448b6a41fd34d78f);
|
|
|
|
|
|
var marker_0e6683b2006c6e68e4190f8f617f252f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_abb673beec9ae56043e9acb3fac43a91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0798720e84cd775666424ce8aa7273c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a91ae4088f118d45ffd0a93ab88be6f = $(`<div id="html_1a91ae4088f118d45ffd0a93ab88be6f" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_0798720e84cd775666424ce8aa7273c2.setContent(html_1a91ae4088f118d45ffd0a93ab88be6f);
|
|
|
|
|
|
|
|
marker_0e6683b2006c6e68e4190f8f617f252f.bindPopup(popup_0798720e84cd775666424ce8aa7273c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e6683b2006c6e68e4190f8f617f252f.setIcon(icon_abb673beec9ae56043e9acb3fac43a91);
|
|
|
|
|
|
var marker_592e509b812cf51c6878e208efc66916 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7a35c088d368f9336b609e3622056226 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d982cee031ec917468c17f4909d0f6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49da8c553c91c17945b431bb41d9ae60 = $(`<div id="html_49da8c553c91c17945b431bb41d9ae60" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_9d982cee031ec917468c17f4909d0f6a.setContent(html_49da8c553c91c17945b431bb41d9ae60);
|
|
|
|
|
|
|
|
marker_592e509b812cf51c6878e208efc66916.bindPopup(popup_9d982cee031ec917468c17f4909d0f6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_592e509b812cf51c6878e208efc66916.setIcon(icon_7a35c088d368f9336b609e3622056226);
|
|
|
|
|
|
var marker_bc69d5abcf9896b2a6033f24f2aea83c = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_fc5120d6b975804750bdb5cdd4b35ef1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6f2cfa7a5998a1d7ff132f1fb0f09b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8425bd9ea25f69f4102ac3de90f88fc2 = $(`<div id="html_8425bd9ea25f69f4102ac3de90f88fc2" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_e6f2cfa7a5998a1d7ff132f1fb0f09b6.setContent(html_8425bd9ea25f69f4102ac3de90f88fc2);
|
|
|
|
|
|
|
|
marker_bc69d5abcf9896b2a6033f24f2aea83c.bindPopup(popup_e6f2cfa7a5998a1d7ff132f1fb0f09b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc69d5abcf9896b2a6033f24f2aea83c.setIcon(icon_fc5120d6b975804750bdb5cdd4b35ef1);
|
|
|
|
|
|
var marker_dc08585b34ab20ee7379e362c774514d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d72041d744d50f90106e698f62787ce7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68385714bcbb8242a7b8b93a694f15f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d317f80ee34c30f8e8da1d4a71ec8ecb = $(`<div id="html_d317f80ee34c30f8e8da1d4a71ec8ecb" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_68385714bcbb8242a7b8b93a694f15f9.setContent(html_d317f80ee34c30f8e8da1d4a71ec8ecb);
|
|
|
|
|
|
|
|
marker_dc08585b34ab20ee7379e362c774514d.bindPopup(popup_68385714bcbb8242a7b8b93a694f15f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc08585b34ab20ee7379e362c774514d.setIcon(icon_d72041d744d50f90106e698f62787ce7);
|
|
|
|
|
|
var marker_6cdef1410f8c3aea56384d3262a99568 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_68cfc4cc3922532fc498b52f1161281a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc408757fe9f3dbc645779ec596787f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39b836189d2569e0079100e2a73fb20b = $(`<div id="html_39b836189d2569e0079100e2a73fb20b" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_dc408757fe9f3dbc645779ec596787f0.setContent(html_39b836189d2569e0079100e2a73fb20b);
|
|
|
|
|
|
|
|
marker_6cdef1410f8c3aea56384d3262a99568.bindPopup(popup_dc408757fe9f3dbc645779ec596787f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cdef1410f8c3aea56384d3262a99568.setIcon(icon_68cfc4cc3922532fc498b52f1161281a);
|
|
|
|
|
|
var marker_c59b3710bf8cd7e655f90b284c53c5c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_50bec8c0834203a1d208b12f8033dd2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b055f0db0d2ef2b677032b24543e37c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5c5183a5e4cae24e545c56ab1d12bc9 = $(`<div id="html_f5c5183a5e4cae24e545c56ab1d12bc9" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_b055f0db0d2ef2b677032b24543e37c7.setContent(html_f5c5183a5e4cae24e545c56ab1d12bc9);
|
|
|
|
|
|
|
|
marker_c59b3710bf8cd7e655f90b284c53c5c3.bindPopup(popup_b055f0db0d2ef2b677032b24543e37c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c59b3710bf8cd7e655f90b284c53c5c3.setIcon(icon_50bec8c0834203a1d208b12f8033dd2b);
|
|
|
|
|
|
var marker_be43c2a118db8e9dd3f2f66757c94695 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d8bdb7d583361feac964ee34ffcf6a80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3e0e6e2ddc87f69222af24cfb6e507c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9840a9771da6e4fde0594b932d433a8 = $(`<div id="html_d9840a9771da6e4fde0594b932d433a8" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_f3e0e6e2ddc87f69222af24cfb6e507c.setContent(html_d9840a9771da6e4fde0594b932d433a8);
|
|
|
|
|
|
|
|
marker_be43c2a118db8e9dd3f2f66757c94695.bindPopup(popup_f3e0e6e2ddc87f69222af24cfb6e507c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be43c2a118db8e9dd3f2f66757c94695.setIcon(icon_d8bdb7d583361feac964ee34ffcf6a80);
|
|
|
|
|
|
var marker_6b59c3b3bff54e5f87f642ef13a3a697 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6c71781fceddb0356cbee3316403c2a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a343acb61ae70c8f5079c6ac96fd6313 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da5f2932c925270c283ea4b2ac946bfb = $(`<div id="html_da5f2932c925270c283ea4b2ac946bfb" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_a343acb61ae70c8f5079c6ac96fd6313.setContent(html_da5f2932c925270c283ea4b2ac946bfb);
|
|
|
|
|
|
|
|
marker_6b59c3b3bff54e5f87f642ef13a3a697.bindPopup(popup_a343acb61ae70c8f5079c6ac96fd6313)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b59c3b3bff54e5f87f642ef13a3a697.setIcon(icon_6c71781fceddb0356cbee3316403c2a1);
|
|
|
|
|
|
var marker_4f2417cf2ebcc89fca0e5329c5d1baf6 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_063a86553aee83615869ed0966d4c35b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2852c30c9330214b463d964bf771aa52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e1fc9204bfd6dcac81d3aa1a54b1e45 = $(`<div id="html_7e1fc9204bfd6dcac81d3aa1a54b1e45" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_2852c30c9330214b463d964bf771aa52.setContent(html_7e1fc9204bfd6dcac81d3aa1a54b1e45);
|
|
|
|
|
|
|
|
marker_4f2417cf2ebcc89fca0e5329c5d1baf6.bindPopup(popup_2852c30c9330214b463d964bf771aa52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f2417cf2ebcc89fca0e5329c5d1baf6.setIcon(icon_063a86553aee83615869ed0966d4c35b);
|
|
|
|
|
|
var marker_a446407d81fc78b9f72ccddce4310401 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_089f99f9051b265ba5d96a2c0423bfb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0e53c1c098426191274ed878374e12c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a963eb8364723e2eeb53ed008595b20 = $(`<div id="html_7a963eb8364723e2eeb53ed008595b20" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_a0e53c1c098426191274ed878374e12c.setContent(html_7a963eb8364723e2eeb53ed008595b20);
|
|
|
|
|
|
|
|
marker_a446407d81fc78b9f72ccddce4310401.bindPopup(popup_a0e53c1c098426191274ed878374e12c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a446407d81fc78b9f72ccddce4310401.setIcon(icon_089f99f9051b265ba5d96a2c0423bfb4);
|
|
|
|
|
|
var marker_d9b9b86edeb31541fd2079a9d89af95e = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5adec7e72c42a2346ad57e92d1f0b2b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00668b4f407d7f683edd6b7b670f5328 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_186525e54c5bcd4c9fa006b6e8075317 = $(`<div id="html_186525e54c5bcd4c9fa006b6e8075317" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_00668b4f407d7f683edd6b7b670f5328.setContent(html_186525e54c5bcd4c9fa006b6e8075317);
|
|
|
|
|
|
|
|
marker_d9b9b86edeb31541fd2079a9d89af95e.bindPopup(popup_00668b4f407d7f683edd6b7b670f5328)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9b9b86edeb31541fd2079a9d89af95e.setIcon(icon_5adec7e72c42a2346ad57e92d1f0b2b4);
|
|
|
|
|
|
var marker_9fcdf007ff694caa3ca972329142c732 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4e8d755c85de8a951275433dcb956ca7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dee6f9b06fdcf5668c42df2cffff867a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d848c715f28823416618c66ffadb5143 = $(`<div id="html_d848c715f28823416618c66ffadb5143" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_dee6f9b06fdcf5668c42df2cffff867a.setContent(html_d848c715f28823416618c66ffadb5143);
|
|
|
|
|
|
|
|
marker_9fcdf007ff694caa3ca972329142c732.bindPopup(popup_dee6f9b06fdcf5668c42df2cffff867a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fcdf007ff694caa3ca972329142c732.setIcon(icon_4e8d755c85de8a951275433dcb956ca7);
|
|
|
|
|
|
var marker_fbcbeb5572615f5d53cc7e2805478c05 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1cebedc0c4a0d8336967787eee9163dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac255262998574d3be006f404d537d23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_707ea0859dba2edb6dc9e50dd9bdb41a = $(`<div id="html_707ea0859dba2edb6dc9e50dd9bdb41a" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_ac255262998574d3be006f404d537d23.setContent(html_707ea0859dba2edb6dc9e50dd9bdb41a);
|
|
|
|
|
|
|
|
marker_fbcbeb5572615f5d53cc7e2805478c05.bindPopup(popup_ac255262998574d3be006f404d537d23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbcbeb5572615f5d53cc7e2805478c05.setIcon(icon_1cebedc0c4a0d8336967787eee9163dc);
|
|
|
|
|
|
var marker_369c81d1f6832ce9a73e0a184ddc249b = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ebab9aace5eb158fb2dd994660a487a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0257e3ae8f4b99113c17010c3fb5974b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b7e2c3792de721f7c144915c0209f2 = $(`<div id="html_37b7e2c3792de721f7c144915c0209f2" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_0257e3ae8f4b99113c17010c3fb5974b.setContent(html_37b7e2c3792de721f7c144915c0209f2);
|
|
|
|
|
|
|
|
marker_369c81d1f6832ce9a73e0a184ddc249b.bindPopup(popup_0257e3ae8f4b99113c17010c3fb5974b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_369c81d1f6832ce9a73e0a184ddc249b.setIcon(icon_ebab9aace5eb158fb2dd994660a487a2);
|
|
|
|
|
|
var marker_e4af6c283f1ebe479909ca98605a1fe2 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ac1800f1a081669e89b42b218778a04b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf47507c92f19140af2674957f9a945e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e64427cf750ed1697e77b4a191ca17f = $(`<div id="html_3e64427cf750ed1697e77b4a191ca17f" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_bf47507c92f19140af2674957f9a945e.setContent(html_3e64427cf750ed1697e77b4a191ca17f);
|
|
|
|
|
|
|
|
marker_e4af6c283f1ebe479909ca98605a1fe2.bindPopup(popup_bf47507c92f19140af2674957f9a945e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4af6c283f1ebe479909ca98605a1fe2.setIcon(icon_ac1800f1a081669e89b42b218778a04b);
|
|
|
|
|
|
var marker_bd3652c87fdfca870926c76f28cf0643 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_15ba2a95a50d042984031397bfc4f34a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c99a6a15cd27b020668771c991269f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a7a44586db475a1a7b653a3318c5bd4 = $(`<div id="html_2a7a44586db475a1a7b653a3318c5bd4" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_c99a6a15cd27b020668771c991269f31.setContent(html_2a7a44586db475a1a7b653a3318c5bd4);
|
|
|
|
|
|
|
|
marker_bd3652c87fdfca870926c76f28cf0643.bindPopup(popup_c99a6a15cd27b020668771c991269f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd3652c87fdfca870926c76f28cf0643.setIcon(icon_15ba2a95a50d042984031397bfc4f34a);
|
|
|
|
|
|
var marker_62b773d217d100317f96ee9740169ce3 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8df303b12bfbceff54c9fa964774b3b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_115244c778c09ef21789cc6076943877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcbde486c87327bfcace53967f41519b = $(`<div id="html_bcbde486c87327bfcace53967f41519b" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_115244c778c09ef21789cc6076943877.setContent(html_bcbde486c87327bfcace53967f41519b);
|
|
|
|
|
|
|
|
marker_62b773d217d100317f96ee9740169ce3.bindPopup(popup_115244c778c09ef21789cc6076943877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62b773d217d100317f96ee9740169ce3.setIcon(icon_8df303b12bfbceff54c9fa964774b3b6);
|
|
|
|
|
|
var marker_7d03ea30f3eca1d3bb27d0bd33fbad0c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_57cda779e59ed5ffc539b77e4fca897e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a32ce9b3547890cc046d6bedeb2225c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a4daf57b7d6a06a97818f285411315 = $(`<div id="html_a1a4daf57b7d6a06a97818f285411315" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_4a32ce9b3547890cc046d6bedeb2225c.setContent(html_a1a4daf57b7d6a06a97818f285411315);
|
|
|
|
|
|
|
|
marker_7d03ea30f3eca1d3bb27d0bd33fbad0c.bindPopup(popup_4a32ce9b3547890cc046d6bedeb2225c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d03ea30f3eca1d3bb27d0bd33fbad0c.setIcon(icon_57cda779e59ed5ffc539b77e4fca897e);
|
|
|
|
|
|
var marker_982234971658e55edcfaebb1b024c928 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0c43c8d90c7d3af8b6bc839887dd4b56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca33c0a4b7b3be01fdcd2227f7157401 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83fa23b67d7b12dcbd936f813028d618 = $(`<div id="html_83fa23b67d7b12dcbd936f813028d618" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_ca33c0a4b7b3be01fdcd2227f7157401.setContent(html_83fa23b67d7b12dcbd936f813028d618);
|
|
|
|
|
|
|
|
marker_982234971658e55edcfaebb1b024c928.bindPopup(popup_ca33c0a4b7b3be01fdcd2227f7157401)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_982234971658e55edcfaebb1b024c928.setIcon(icon_0c43c8d90c7d3af8b6bc839887dd4b56);
|
|
|
|
|
|
var marker_93ba77dd47d6188b0f4b168b4bd66299 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7a891504b69ed5faf85da38e8418626d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c455757e88bc2f3d84b4adb5acb3ff78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_915dbe50d1c4a7a3f7e67338e8a4cce7 = $(`<div id="html_915dbe50d1c4a7a3f7e67338e8a4cce7" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_c455757e88bc2f3d84b4adb5acb3ff78.setContent(html_915dbe50d1c4a7a3f7e67338e8a4cce7);
|
|
|
|
|
|
|
|
marker_93ba77dd47d6188b0f4b168b4bd66299.bindPopup(popup_c455757e88bc2f3d84b4adb5acb3ff78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93ba77dd47d6188b0f4b168b4bd66299.setIcon(icon_7a891504b69ed5faf85da38e8418626d);
|
|
|
|
|
|
var marker_85a6cbba41852017672a77cdc1d37048 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_dae2f3e68ed0d936f088767b64fb7c68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d89adbe7111a5d71d0964fdfefb80b2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9f1bc299364504e1cc8185beded693 = $(`<div id="html_1f9f1bc299364504e1cc8185beded693" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_d89adbe7111a5d71d0964fdfefb80b2a.setContent(html_1f9f1bc299364504e1cc8185beded693);
|
|
|
|
|
|
|
|
marker_85a6cbba41852017672a77cdc1d37048.bindPopup(popup_d89adbe7111a5d71d0964fdfefb80b2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85a6cbba41852017672a77cdc1d37048.setIcon(icon_dae2f3e68ed0d936f088767b64fb7c68);
|
|
|
|
|
|
var marker_d9afdba00b9d158e1e61d7ea4da00304 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_51e2ef1253b36604220a1b44a4bce962 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88db18395b13db0e001eb206f390a1c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53c6cda14379fb6ad63829a586a7898c = $(`<div id="html_53c6cda14379fb6ad63829a586a7898c" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_88db18395b13db0e001eb206f390a1c7.setContent(html_53c6cda14379fb6ad63829a586a7898c);
|
|
|
|
|
|
|
|
marker_d9afdba00b9d158e1e61d7ea4da00304.bindPopup(popup_88db18395b13db0e001eb206f390a1c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9afdba00b9d158e1e61d7ea4da00304.setIcon(icon_51e2ef1253b36604220a1b44a4bce962);
|
|
|
|
|
|
var marker_1dc4df48de02915c44cce6b0ce0ad54b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_cd980990809836f0b3a2e6bf3131e5f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf5b6084acd1f78892cb7ed3fa98113f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4aa56b97d35f9fc6ba3bd41dc79b3af = $(`<div id="html_e4aa56b97d35f9fc6ba3bd41dc79b3af" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_bf5b6084acd1f78892cb7ed3fa98113f.setContent(html_e4aa56b97d35f9fc6ba3bd41dc79b3af);
|
|
|
|
|
|
|
|
marker_1dc4df48de02915c44cce6b0ce0ad54b.bindPopup(popup_bf5b6084acd1f78892cb7ed3fa98113f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dc4df48de02915c44cce6b0ce0ad54b.setIcon(icon_cd980990809836f0b3a2e6bf3131e5f3);
|
|
|
|
|
|
var marker_e9deff22b5468a572c624ad942802756 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d3c8071b6807b6d7e41c746e20cf1d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d72a4ada22fc7badf47f4ef3d8b87f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60401671a33a273a02391566206a9657 = $(`<div id="html_60401671a33a273a02391566206a9657" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_d72a4ada22fc7badf47f4ef3d8b87f31.setContent(html_60401671a33a273a02391566206a9657);
|
|
|
|
|
|
|
|
marker_e9deff22b5468a572c624ad942802756.bindPopup(popup_d72a4ada22fc7badf47f4ef3d8b87f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9deff22b5468a572c624ad942802756.setIcon(icon_d3c8071b6807b6d7e41c746e20cf1d24);
|
|
|
|
|
|
var marker_144ade131488cbf1daecbe2e511e0517 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_bd70e4fe9f540240a643323380abed10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fabaf4c814212f21770436b43a794971 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_005910034441e971957f596069000ae8 = $(`<div id="html_005910034441e971957f596069000ae8" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_fabaf4c814212f21770436b43a794971.setContent(html_005910034441e971957f596069000ae8);
|
|
|
|
|
|
|
|
marker_144ade131488cbf1daecbe2e511e0517.bindPopup(popup_fabaf4c814212f21770436b43a794971)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_144ade131488cbf1daecbe2e511e0517.setIcon(icon_bd70e4fe9f540240a643323380abed10);
|
|
|
|
|
|
var marker_cd3fe4cc410649eb457a4fe111d23071 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_666a7de85498bb18c57bff90acdf457c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_204bb7e9f857e4a1163e69b3f99450a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8aab8b2a81cf42337e543ef91d8570e0 = $(`<div id="html_8aab8b2a81cf42337e543ef91d8570e0" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_204bb7e9f857e4a1163e69b3f99450a1.setContent(html_8aab8b2a81cf42337e543ef91d8570e0);
|
|
|
|
|
|
|
|
marker_cd3fe4cc410649eb457a4fe111d23071.bindPopup(popup_204bb7e9f857e4a1163e69b3f99450a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd3fe4cc410649eb457a4fe111d23071.setIcon(icon_666a7de85498bb18c57bff90acdf457c);
|
|
|
|
|
|
var marker_c2e6ca64c30f43738c09b212455b9b92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5dd02b778840c2f82305e3baf9eb86ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0888f1f5a2e060ef4e61998e25e2d127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fa928c3f9211f6f58878afe2c91260c = $(`<div id="html_8fa928c3f9211f6f58878afe2c91260c" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_0888f1f5a2e060ef4e61998e25e2d127.setContent(html_8fa928c3f9211f6f58878afe2c91260c);
|
|
|
|
|
|
|
|
marker_c2e6ca64c30f43738c09b212455b9b92.bindPopup(popup_0888f1f5a2e060ef4e61998e25e2d127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2e6ca64c30f43738c09b212455b9b92.setIcon(icon_5dd02b778840c2f82305e3baf9eb86ad);
|
|
|
|
|
|
var marker_cd561797546655bf366340e6ce9840a7 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_864f68068c6c1b4f8b7ee0fb16670e7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c35c21d3a7dc6f89869c4e88acfbd76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3144948cc5344dd5c9cadc064be1274 = $(`<div id="html_f3144948cc5344dd5c9cadc064be1274" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_9c35c21d3a7dc6f89869c4e88acfbd76.setContent(html_f3144948cc5344dd5c9cadc064be1274);
|
|
|
|
|
|
|
|
marker_cd561797546655bf366340e6ce9840a7.bindPopup(popup_9c35c21d3a7dc6f89869c4e88acfbd76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd561797546655bf366340e6ce9840a7.setIcon(icon_864f68068c6c1b4f8b7ee0fb16670e7b);
|
|
|
|
|
|
var marker_8df7d689fddffeb67eab595773fd6f41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_70096d6b710e6975ba92f68974bf2946 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b91055fe59c0a6dfa54836c82dc7555 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4efe06b14d7e9572330187f08217b6c9 = $(`<div id="html_4efe06b14d7e9572330187f08217b6c9" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_0b91055fe59c0a6dfa54836c82dc7555.setContent(html_4efe06b14d7e9572330187f08217b6c9);
|
|
|
|
|
|
|
|
marker_8df7d689fddffeb67eab595773fd6f41.bindPopup(popup_0b91055fe59c0a6dfa54836c82dc7555)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8df7d689fddffeb67eab595773fd6f41.setIcon(icon_70096d6b710e6975ba92f68974bf2946);
|
|
|
|
|
|
var marker_835b58f082a3539c9cb4837f55fdd7a5 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_bffa5ebe12d50afd40838df8dacfc923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3fc27bc13c66fd6eedd998907dbfd41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f11fce630ab0be2ef294098ab129fbbe = $(`<div id="html_f11fce630ab0be2ef294098ab129fbbe" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_c3fc27bc13c66fd6eedd998907dbfd41.setContent(html_f11fce630ab0be2ef294098ab129fbbe);
|
|
|
|
|
|
|
|
marker_835b58f082a3539c9cb4837f55fdd7a5.bindPopup(popup_c3fc27bc13c66fd6eedd998907dbfd41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_835b58f082a3539c9cb4837f55fdd7a5.setIcon(icon_bffa5ebe12d50afd40838df8dacfc923);
|
|
|
|
|
|
var marker_3dd6f18b85e3acfb0329ca507aa93c7c = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0acf0fed47fb5e537cf3203356d29b66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46bfe5a9a59086900002cbf0b6e8e85b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b3ef4d06429b21dcd7f6a70917c73e8 = $(`<div id="html_6b3ef4d06429b21dcd7f6a70917c73e8" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_46bfe5a9a59086900002cbf0b6e8e85b.setContent(html_6b3ef4d06429b21dcd7f6a70917c73e8);
|
|
|
|
|
|
|
|
marker_3dd6f18b85e3acfb0329ca507aa93c7c.bindPopup(popup_46bfe5a9a59086900002cbf0b6e8e85b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dd6f18b85e3acfb0329ca507aa93c7c.setIcon(icon_0acf0fed47fb5e537cf3203356d29b66);
|
|
|
|
|
|
var marker_3dcb4812b770a365e560b46f94ce192b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a2922fc70edff89026358aa527da7958 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f0bee09f51c5d174e038f952e0474d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9711541781b8395e0fa70de3c9c8df81 = $(`<div id="html_9711541781b8395e0fa70de3c9c8df81" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_94f0bee09f51c5d174e038f952e0474d.setContent(html_9711541781b8395e0fa70de3c9c8df81);
|
|
|
|
|
|
|
|
marker_3dcb4812b770a365e560b46f94ce192b.bindPopup(popup_94f0bee09f51c5d174e038f952e0474d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dcb4812b770a365e560b46f94ce192b.setIcon(icon_a2922fc70edff89026358aa527da7958);
|
|
|
|
|
|
var marker_2b0cb0d77ce4f8c00e0d4e0a05e7afa1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_837d4eddf61aed4953e4facde044ca88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_106209cb8f1ebf43a00f633d8bb8d2b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66badd0d0cec9228423fdf7fdf6511c6 = $(`<div id="html_66badd0d0cec9228423fdf7fdf6511c6" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_106209cb8f1ebf43a00f633d8bb8d2b9.setContent(html_66badd0d0cec9228423fdf7fdf6511c6);
|
|
|
|
|
|
|
|
marker_2b0cb0d77ce4f8c00e0d4e0a05e7afa1.bindPopup(popup_106209cb8f1ebf43a00f633d8bb8d2b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b0cb0d77ce4f8c00e0d4e0a05e7afa1.setIcon(icon_837d4eddf61aed4953e4facde044ca88);
|
|
|
|
|
|
var marker_2d5ca5a5204ce05b3e5db56ba6a3fa71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_09ae226e10666d8ed27f6801797a5292 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e99b1b0af95d574a177bf5a225f94b5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b0940675e05c41b00b8ba1fb67f6544 = $(`<div id="html_5b0940675e05c41b00b8ba1fb67f6544" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_e99b1b0af95d574a177bf5a225f94b5c.setContent(html_5b0940675e05c41b00b8ba1fb67f6544);
|
|
|
|
|
|
|
|
marker_2d5ca5a5204ce05b3e5db56ba6a3fa71.bindPopup(popup_e99b1b0af95d574a177bf5a225f94b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d5ca5a5204ce05b3e5db56ba6a3fa71.setIcon(icon_09ae226e10666d8ed27f6801797a5292);
|
|
|
|
|
|
var marker_343d47f0fc15c026c9fbee14af1a3646 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e4ae10fb2a74459a42033cfac1ad5d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0413ebc44612458b3a5716372f73995 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb04aa0024b84f17f35a4a1d04fdec99 = $(`<div id="html_eb04aa0024b84f17f35a4a1d04fdec99" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_b0413ebc44612458b3a5716372f73995.setContent(html_eb04aa0024b84f17f35a4a1d04fdec99);
|
|
|
|
|
|
|
|
marker_343d47f0fc15c026c9fbee14af1a3646.bindPopup(popup_b0413ebc44612458b3a5716372f73995)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_343d47f0fc15c026c9fbee14af1a3646.setIcon(icon_e4ae10fb2a74459a42033cfac1ad5d8b);
|
|
|
|
|
|
var marker_42855b97fae1f4a96b1829b4f4896c6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6be3010f364f040d76689902aa12196a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b82bf7d9f214683454b8c0857cc0a533 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df6e62ce3b70d8556b985852ea6c620a = $(`<div id="html_df6e62ce3b70d8556b985852ea6c620a" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_b82bf7d9f214683454b8c0857cc0a533.setContent(html_df6e62ce3b70d8556b985852ea6c620a);
|
|
|
|
|
|
|
|
marker_42855b97fae1f4a96b1829b4f4896c6c.bindPopup(popup_b82bf7d9f214683454b8c0857cc0a533)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42855b97fae1f4a96b1829b4f4896c6c.setIcon(icon_6be3010f364f040d76689902aa12196a);
|
|
|
|
|
|
var marker_3719767bb92af398196a422f67cf5817 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_43b104e3e3f0aeb80c6c53015fa98d4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a17dd0552515945c89fd85d88e9fd0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c59709356950759ba33347854d86e864 = $(`<div id="html_c59709356950759ba33347854d86e864" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_3a17dd0552515945c89fd85d88e9fd0a.setContent(html_c59709356950759ba33347854d86e864);
|
|
|
|
|
|
|
|
marker_3719767bb92af398196a422f67cf5817.bindPopup(popup_3a17dd0552515945c89fd85d88e9fd0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3719767bb92af398196a422f67cf5817.setIcon(icon_43b104e3e3f0aeb80c6c53015fa98d4f);
|
|
|
|
|
|
var marker_c9b2dfd5031ede3beb593c9d8ba90f93 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3e6daf8128906b0dafdfe93041b157ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b8e5b7825c81562de5b6ed521658ef7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f669f614d1750bfb271a3a89dd47af = $(`<div id="html_44f669f614d1750bfb271a3a89dd47af" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_3b8e5b7825c81562de5b6ed521658ef7.setContent(html_44f669f614d1750bfb271a3a89dd47af);
|
|
|
|
|
|
|
|
marker_c9b2dfd5031ede3beb593c9d8ba90f93.bindPopup(popup_3b8e5b7825c81562de5b6ed521658ef7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9b2dfd5031ede3beb593c9d8ba90f93.setIcon(icon_3e6daf8128906b0dafdfe93041b157ec);
|
|
|
|
|
|
var marker_9910dff823cae7e0447860226bb03ac3 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_2357cfe7ca0d1a3e63e17b0d568673db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11da558085f1e55378e17321c7d588a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e11563f44e87e4dd02abf6f1bda5707 = $(`<div id="html_7e11563f44e87e4dd02abf6f1bda5707" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_11da558085f1e55378e17321c7d588a9.setContent(html_7e11563f44e87e4dd02abf6f1bda5707);
|
|
|
|
|
|
|
|
marker_9910dff823cae7e0447860226bb03ac3.bindPopup(popup_11da558085f1e55378e17321c7d588a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9910dff823cae7e0447860226bb03ac3.setIcon(icon_2357cfe7ca0d1a3e63e17b0d568673db);
|
|
|
|
|
|
var marker_19dfd3036babd92147f8eef267326f55 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_89ac0abae4c6e6ff314a4b1ae5c6a2aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd8af3649f7a3a0122837ee8def15989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b980a9a85425caa11cb25c4324b13dab = $(`<div id="html_b980a9a85425caa11cb25c4324b13dab" style="width: 100.0%; height: 100.0%;">nostr.sizzlewidget.website</div>`)[0];
|
|
popup_dd8af3649f7a3a0122837ee8def15989.setContent(html_b980a9a85425caa11cb25c4324b13dab);
|
|
|
|
|
|
|
|
marker_19dfd3036babd92147f8eef267326f55.bindPopup(popup_dd8af3649f7a3a0122837ee8def15989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19dfd3036babd92147f8eef267326f55.setIcon(icon_89ac0abae4c6e6ff314a4b1ae5c6a2aa);
|
|
|
|
|
|
var marker_984c7ca4339a2c3f54c44761c85b8df5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_aa02087c9868e28627026924806d2e8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c5fae7376eba6e634ee55af60da1475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44b0eea9764f76bd9ff03d071b845051 = $(`<div id="html_44b0eea9764f76bd9ff03d071b845051" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_1c5fae7376eba6e634ee55af60da1475.setContent(html_44b0eea9764f76bd9ff03d071b845051);
|
|
|
|
|
|
|
|
marker_984c7ca4339a2c3f54c44761c85b8df5.bindPopup(popup_1c5fae7376eba6e634ee55af60da1475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_984c7ca4339a2c3f54c44761c85b8df5.setIcon(icon_aa02087c9868e28627026924806d2e8c);
|
|
|
|
|
|
var marker_8205ae0992664107d3f530694d20735b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_579dde5a67ad1a880161ba81163eb049 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e883acd9776580b3dce0dd8d8b78e60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23695a9006b920daa1d82541f63b342f = $(`<div id="html_23695a9006b920daa1d82541f63b342f" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_9e883acd9776580b3dce0dd8d8b78e60.setContent(html_23695a9006b920daa1d82541f63b342f);
|
|
|
|
|
|
|
|
marker_8205ae0992664107d3f530694d20735b.bindPopup(popup_9e883acd9776580b3dce0dd8d8b78e60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8205ae0992664107d3f530694d20735b.setIcon(icon_579dde5a67ad1a880161ba81163eb049);
|
|
|
|
|
|
var marker_c6823984c4aced46a86b169fd97e8825 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f635a3573f33390cf91a5f4f269cc2ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3c4d14d4e8d17e86742aae746a7204b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5aa143b8f3bbbfa9dee7ffee8a7413a = $(`<div id="html_c5aa143b8f3bbbfa9dee7ffee8a7413a" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_b3c4d14d4e8d17e86742aae746a7204b.setContent(html_c5aa143b8f3bbbfa9dee7ffee8a7413a);
|
|
|
|
|
|
|
|
marker_c6823984c4aced46a86b169fd97e8825.bindPopup(popup_b3c4d14d4e8d17e86742aae746a7204b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6823984c4aced46a86b169fd97e8825.setIcon(icon_f635a3573f33390cf91a5f4f269cc2ca);
|
|
|
|
|
|
var marker_47b916f481eed2f5c7f10975f764dfd7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_dd46f654d071d3ce35efca33b249fea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2f262a7a271f57f03df97f99b2d44e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57f47f2d23173733f3ae51df364e9bc3 = $(`<div id="html_57f47f2d23173733f3ae51df364e9bc3" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_d2f262a7a271f57f03df97f99b2d44e4.setContent(html_57f47f2d23173733f3ae51df364e9bc3);
|
|
|
|
|
|
|
|
marker_47b916f481eed2f5c7f10975f764dfd7.bindPopup(popup_d2f262a7a271f57f03df97f99b2d44e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47b916f481eed2f5c7f10975f764dfd7.setIcon(icon_dd46f654d071d3ce35efca33b249fea0);
|
|
|
|
|
|
var marker_cbc6994580a2bef8cadee349f4ed398e = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b93ee3e4211319924f8977ece04a1fa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e35977636b7baa4de4aa9ba723db8a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aebf6555be5ab9239eba5a2abde43e2b = $(`<div id="html_aebf6555be5ab9239eba5a2abde43e2b" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_8e35977636b7baa4de4aa9ba723db8a8.setContent(html_aebf6555be5ab9239eba5a2abde43e2b);
|
|
|
|
|
|
|
|
marker_cbc6994580a2bef8cadee349f4ed398e.bindPopup(popup_8e35977636b7baa4de4aa9ba723db8a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbc6994580a2bef8cadee349f4ed398e.setIcon(icon_b93ee3e4211319924f8977ece04a1fa7);
|
|
|
|
|
|
var marker_fdff310cec0a0c9b1ce3ef5ab1486653 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b7bcc45a106503789f96ea9920c6c1d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f16b6b70af03b8059e258d03ed802ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df147f2f5e389e00727eb150da2f4fc7 = $(`<div id="html_df147f2f5e389e00727eb150da2f4fc7" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_4f16b6b70af03b8059e258d03ed802ad.setContent(html_df147f2f5e389e00727eb150da2f4fc7);
|
|
|
|
|
|
|
|
marker_fdff310cec0a0c9b1ce3ef5ab1486653.bindPopup(popup_4f16b6b70af03b8059e258d03ed802ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdff310cec0a0c9b1ce3ef5ab1486653.setIcon(icon_b7bcc45a106503789f96ea9920c6c1d9);
|
|
|
|
|
|
var marker_3984c14eac9ef02ba95504d1a83f3ccd = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a070b15c10326ee3fc56447321195577 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20fc045db1991530c5253bba7be2dd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50fd0f585c28576b38c46166a7a78d2b = $(`<div id="html_50fd0f585c28576b38c46166a7a78d2b" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_b20fc045db1991530c5253bba7be2dd5.setContent(html_50fd0f585c28576b38c46166a7a78d2b);
|
|
|
|
|
|
|
|
marker_3984c14eac9ef02ba95504d1a83f3ccd.bindPopup(popup_b20fc045db1991530c5253bba7be2dd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3984c14eac9ef02ba95504d1a83f3ccd.setIcon(icon_a070b15c10326ee3fc56447321195577);
|
|
|
|
|
|
var marker_a3531e78b88d3f759c0a0eb004bebf94 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_64e0ce3c0b93ecd4d2e03737d46e4bbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0bf3cad7899c0eb186d92d6c7ef442d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54d9bb6ca54005a0fa2adcabc0b81d80 = $(`<div id="html_54d9bb6ca54005a0fa2adcabc0b81d80" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_b0bf3cad7899c0eb186d92d6c7ef442d.setContent(html_54d9bb6ca54005a0fa2adcabc0b81d80);
|
|
|
|
|
|
|
|
marker_a3531e78b88d3f759c0a0eb004bebf94.bindPopup(popup_b0bf3cad7899c0eb186d92d6c7ef442d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3531e78b88d3f759c0a0eb004bebf94.setIcon(icon_64e0ce3c0b93ecd4d2e03737d46e4bbb);
|
|
|
|
|
|
var marker_f22ad1d96b789519aa979af167db147e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6e7bcf3febb94df18d544b4310dbab23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dff8c63d908082e544b88111e449fbef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9a65fd5963baaf92a0e73cf8d8eac84 = $(`<div id="html_c9a65fd5963baaf92a0e73cf8d8eac84" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_dff8c63d908082e544b88111e449fbef.setContent(html_c9a65fd5963baaf92a0e73cf8d8eac84);
|
|
|
|
|
|
|
|
marker_f22ad1d96b789519aa979af167db147e.bindPopup(popup_dff8c63d908082e544b88111e449fbef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f22ad1d96b789519aa979af167db147e.setIcon(icon_6e7bcf3febb94df18d544b4310dbab23);
|
|
|
|
|
|
var marker_a012b7abfeadc0de0417cf936818a3e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6d51204e89922e048150e7e6d4d8a5be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a1f2d0a1fecd1a09969524c6f71eae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_515c639c19b7fcaa25696e43fea5c896 = $(`<div id="html_515c639c19b7fcaa25696e43fea5c896" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_f1a1f2d0a1fecd1a09969524c6f71eae.setContent(html_515c639c19b7fcaa25696e43fea5c896);
|
|
|
|
|
|
|
|
marker_a012b7abfeadc0de0417cf936818a3e5.bindPopup(popup_f1a1f2d0a1fecd1a09969524c6f71eae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a012b7abfeadc0de0417cf936818a3e5.setIcon(icon_6d51204e89922e048150e7e6d4d8a5be);
|
|
|
|
|
|
var marker_800ae4d2905d20aacbc714c4ced9e0ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_df2ba0188903b2444f4691b4f6a45669 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a0cfbb0a2c22edc925064a92ec4c819 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c974f3418ddb6f739dbed6ce5d9b62b = $(`<div id="html_8c974f3418ddb6f739dbed6ce5d9b62b" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_5a0cfbb0a2c22edc925064a92ec4c819.setContent(html_8c974f3418ddb6f739dbed6ce5d9b62b);
|
|
|
|
|
|
|
|
marker_800ae4d2905d20aacbc714c4ced9e0ed.bindPopup(popup_5a0cfbb0a2c22edc925064a92ec4c819)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_800ae4d2905d20aacbc714c4ced9e0ed.setIcon(icon_df2ba0188903b2444f4691b4f6a45669);
|
|
|
|
|
|
var marker_2eb1d329b85a1ec3b2635c9f97579b12 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b191c448d4d9a67ec55854ac98e1fcd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94390a1329be52159f3a8c782b16e862 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5e1c4d34bd29e0e83d14450eea73ea3 = $(`<div id="html_b5e1c4d34bd29e0e83d14450eea73ea3" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_94390a1329be52159f3a8c782b16e862.setContent(html_b5e1c4d34bd29e0e83d14450eea73ea3);
|
|
|
|
|
|
|
|
marker_2eb1d329b85a1ec3b2635c9f97579b12.bindPopup(popup_94390a1329be52159f3a8c782b16e862)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eb1d329b85a1ec3b2635c9f97579b12.setIcon(icon_b191c448d4d9a67ec55854ac98e1fcd5);
|
|
|
|
|
|
var marker_fcc61bc7d9b8182607aabc348e354c2b = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_10f26a994d1c17fc8342be1973c5b61c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e62b7a9ee859e9286407da21bc59113f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf548545fc62bea7b0692f28f69dab81 = $(`<div id="html_bf548545fc62bea7b0692f28f69dab81" style="width: 100.0%; height: 100.0%;">simplex.icu</div>`)[0];
|
|
popup_e62b7a9ee859e9286407da21bc59113f.setContent(html_bf548545fc62bea7b0692f28f69dab81);
|
|
|
|
|
|
|
|
marker_fcc61bc7d9b8182607aabc348e354c2b.bindPopup(popup_e62b7a9ee859e9286407da21bc59113f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcc61bc7d9b8182607aabc348e354c2b.setIcon(icon_10f26a994d1c17fc8342be1973c5b61c);
|
|
|
|
|
|
var marker_1fe450b4c2beafb29ee9695869e4082e = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c4585094ca6b076626bc4c97a0aa3cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d96b57830dac9f12871eeca77b0f5dd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35c02d3d9a8e9aeeaba60263425312cd = $(`<div id="html_35c02d3d9a8e9aeeaba60263425312cd" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_d96b57830dac9f12871eeca77b0f5dd5.setContent(html_35c02d3d9a8e9aeeaba60263425312cd);
|
|
|
|
|
|
|
|
marker_1fe450b4c2beafb29ee9695869e4082e.bindPopup(popup_d96b57830dac9f12871eeca77b0f5dd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fe450b4c2beafb29ee9695869e4082e.setIcon(icon_c4585094ca6b076626bc4c97a0aa3cd0);
|
|
|
|
|
|
var marker_6ae5ad2563434a4fd65090c0327f9127 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d38d2681e0c091008b62b916892ac772 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_547f236e4fc00317d74be4f0542a812f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deed6f1c10812e332c8c8023703d7082 = $(`<div id="html_deed6f1c10812e332c8c8023703d7082" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_547f236e4fc00317d74be4f0542a812f.setContent(html_deed6f1c10812e332c8c8023703d7082);
|
|
|
|
|
|
|
|
marker_6ae5ad2563434a4fd65090c0327f9127.bindPopup(popup_547f236e4fc00317d74be4f0542a812f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ae5ad2563434a4fd65090c0327f9127.setIcon(icon_d38d2681e0c091008b62b916892ac772);
|
|
|
|
|
|
var marker_3bf48c6deacbab72fc5db79156eb6ab6 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_60a482e3ee8e087d652236a301ed017e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b66daafaabc872c7edc4830c26bec8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16d003412ceb4b6d8d5e809bcdba4a8a = $(`<div id="html_16d003412ceb4b6d8d5e809bcdba4a8a" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_83b66daafaabc872c7edc4830c26bec8.setContent(html_16d003412ceb4b6d8d5e809bcdba4a8a);
|
|
|
|
|
|
|
|
marker_3bf48c6deacbab72fc5db79156eb6ab6.bindPopup(popup_83b66daafaabc872c7edc4830c26bec8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bf48c6deacbab72fc5db79156eb6ab6.setIcon(icon_60a482e3ee8e087d652236a301ed017e);
|
|
|
|
|
|
var marker_95cc48747c0a071d2158639a2d03db62 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_814a09045100255b0c2d83409d685e0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_761aca33e07abf5bda8f1d5e8eea668e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d62f1f28bb21e5c6e763cbb602aef22 = $(`<div id="html_8d62f1f28bb21e5c6e763cbb602aef22" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_761aca33e07abf5bda8f1d5e8eea668e.setContent(html_8d62f1f28bb21e5c6e763cbb602aef22);
|
|
|
|
|
|
|
|
marker_95cc48747c0a071d2158639a2d03db62.bindPopup(popup_761aca33e07abf5bda8f1d5e8eea668e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95cc48747c0a071d2158639a2d03db62.setIcon(icon_814a09045100255b0c2d83409d685e0f);
|
|
|
|
|
|
var marker_08e2a8b8d047963e0929ed2b0c03a48b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_67a5f36a15002f8c6eae36830d38c44a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8a59021a2d5030c6dfb6df66e468726 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58e334f0089b06bff3502a6108e1a065 = $(`<div id="html_58e334f0089b06bff3502a6108e1a065" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_d8a59021a2d5030c6dfb6df66e468726.setContent(html_58e334f0089b06bff3502a6108e1a065);
|
|
|
|
|
|
|
|
marker_08e2a8b8d047963e0929ed2b0c03a48b.bindPopup(popup_d8a59021a2d5030c6dfb6df66e468726)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08e2a8b8d047963e0929ed2b0c03a48b.setIcon(icon_67a5f36a15002f8c6eae36830d38c44a);
|
|
|
|
|
|
var marker_7f1560c74e21cacacc3cc2119f9012df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_61acdf75a58bd7d54c2bde1b06f67f4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb75b5faa2dc26c78802161a4634dc1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_266440e62a32e7060bb81a53c5ce0747 = $(`<div id="html_266440e62a32e7060bb81a53c5ce0747" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_cb75b5faa2dc26c78802161a4634dc1f.setContent(html_266440e62a32e7060bb81a53c5ce0747);
|
|
|
|
|
|
|
|
marker_7f1560c74e21cacacc3cc2119f9012df.bindPopup(popup_cb75b5faa2dc26c78802161a4634dc1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f1560c74e21cacacc3cc2119f9012df.setIcon(icon_61acdf75a58bd7d54c2bde1b06f67f4e);
|
|
|
|
|
|
var marker_87775491c27e9bf6fd908e3951ec806d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b4c4eba32c154bddb59fc0a60bce17e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e34cca8e6dedaac539cc8c2c92aae91f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bfe4e95f6f1a2baabd9b538ec4bf79d = $(`<div id="html_8bfe4e95f6f1a2baabd9b538ec4bf79d" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_e34cca8e6dedaac539cc8c2c92aae91f.setContent(html_8bfe4e95f6f1a2baabd9b538ec4bf79d);
|
|
|
|
|
|
|
|
marker_87775491c27e9bf6fd908e3951ec806d.bindPopup(popup_e34cca8e6dedaac539cc8c2c92aae91f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87775491c27e9bf6fd908e3951ec806d.setIcon(icon_b4c4eba32c154bddb59fc0a60bce17e6);
|
|
|
|
|
|
var marker_fc80683475a85a868d71be5258ca25a7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_de726263626217956bced5f16e9579eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15680a7c738aa96742b38ae6346879bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_117879a3707f560a51a844d2bab40fd9 = $(`<div id="html_117879a3707f560a51a844d2bab40fd9" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_15680a7c738aa96742b38ae6346879bf.setContent(html_117879a3707f560a51a844d2bab40fd9);
|
|
|
|
|
|
|
|
marker_fc80683475a85a868d71be5258ca25a7.bindPopup(popup_15680a7c738aa96742b38ae6346879bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc80683475a85a868d71be5258ca25a7.setIcon(icon_de726263626217956bced5f16e9579eb);
|
|
|
|
|
|
var marker_8237bbcdb303c3ef346856f2d766e81b = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_2c273cd0bb5054c564eb714b6d624919 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc40de4bdaddb7e2798beba03f278192 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a86fb12baf3deffa7fecca0638c4a889 = $(`<div id="html_a86fb12baf3deffa7fecca0638c4a889" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_bc40de4bdaddb7e2798beba03f278192.setContent(html_a86fb12baf3deffa7fecca0638c4a889);
|
|
|
|
|
|
|
|
marker_8237bbcdb303c3ef346856f2d766e81b.bindPopup(popup_bc40de4bdaddb7e2798beba03f278192)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8237bbcdb303c3ef346856f2d766e81b.setIcon(icon_2c273cd0bb5054c564eb714b6d624919);
|
|
|
|
|
|
var marker_9b308b02f7bf65526cf490f5efc46098 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8b86c049b3aab999693b5820e4fca201 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2020ea87ef775b19b172d54c34e0f33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a59ee6dab001d8c4a7a9189678a1eeef = $(`<div id="html_a59ee6dab001d8c4a7a9189678a1eeef" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_f2020ea87ef775b19b172d54c34e0f33.setContent(html_a59ee6dab001d8c4a7a9189678a1eeef);
|
|
|
|
|
|
|
|
marker_9b308b02f7bf65526cf490f5efc46098.bindPopup(popup_f2020ea87ef775b19b172d54c34e0f33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b308b02f7bf65526cf490f5efc46098.setIcon(icon_8b86c049b3aab999693b5820e4fca201);
|
|
|
|
|
|
var marker_0720858ca234b9751e9a7c2f594d9689 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d725782cfc80443cfe86c3fcd285dbc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d51a4310822a24d46e82f7a8c454e11d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39b77b33f5234c0fe83af8ded546a713 = $(`<div id="html_39b77b33f5234c0fe83af8ded546a713" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_d51a4310822a24d46e82f7a8c454e11d.setContent(html_39b77b33f5234c0fe83af8ded546a713);
|
|
|
|
|
|
|
|
marker_0720858ca234b9751e9a7c2f594d9689.bindPopup(popup_d51a4310822a24d46e82f7a8c454e11d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0720858ca234b9751e9a7c2f594d9689.setIcon(icon_d725782cfc80443cfe86c3fcd285dbc2);
|
|
|
|
|
|
var marker_acbc60b59e601206cf7492dc557e9e14 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_180d522a8b7b7172c21f7fcd512ed78e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9735c3fe759e69e47a89ceac94564e88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_935e51aa5eb414c3ed1476a012112ae4 = $(`<div id="html_935e51aa5eb414c3ed1476a012112ae4" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_9735c3fe759e69e47a89ceac94564e88.setContent(html_935e51aa5eb414c3ed1476a012112ae4);
|
|
|
|
|
|
|
|
marker_acbc60b59e601206cf7492dc557e9e14.bindPopup(popup_9735c3fe759e69e47a89ceac94564e88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acbc60b59e601206cf7492dc557e9e14.setIcon(icon_180d522a8b7b7172c21f7fcd512ed78e);
|
|
|
|
|
|
var marker_cffad65b177b684d1d1af1b4b7a09e03 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a0b804ad10d6de517f643dd35607df89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2798e7a16f17faf9cdf6824c7d26e081 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2873a59acdefd0b41908d0f7ebbd7ae0 = $(`<div id="html_2873a59acdefd0b41908d0f7ebbd7ae0" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_2798e7a16f17faf9cdf6824c7d26e081.setContent(html_2873a59acdefd0b41908d0f7ebbd7ae0);
|
|
|
|
|
|
|
|
marker_cffad65b177b684d1d1af1b4b7a09e03.bindPopup(popup_2798e7a16f17faf9cdf6824c7d26e081)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cffad65b177b684d1d1af1b4b7a09e03.setIcon(icon_a0b804ad10d6de517f643dd35607df89);
|
|
|
|
|
|
var marker_55d1bc8029a5833f0aec6e715ea89661 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1b249f26d0f3529d4046a07d8e32ea12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c8ecef297d7eb780c622fa36056a99e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cbd4a110315561f66ea2ab7dbb25d88 = $(`<div id="html_1cbd4a110315561f66ea2ab7dbb25d88" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_1c8ecef297d7eb780c622fa36056a99e.setContent(html_1cbd4a110315561f66ea2ab7dbb25d88);
|
|
|
|
|
|
|
|
marker_55d1bc8029a5833f0aec6e715ea89661.bindPopup(popup_1c8ecef297d7eb780c622fa36056a99e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55d1bc8029a5833f0aec6e715ea89661.setIcon(icon_1b249f26d0f3529d4046a07d8e32ea12);
|
|
|
|
|
|
var marker_b44c6367433f4895fcd86818aebbc8d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f6f3c091dbefc3da90220dc6a1a40318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fc8315b6e61f46913dac987b3b06868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26c3c4f03c4545433277b2a3576cff7a = $(`<div id="html_26c3c4f03c4545433277b2a3576cff7a" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_4fc8315b6e61f46913dac987b3b06868.setContent(html_26c3c4f03c4545433277b2a3576cff7a);
|
|
|
|
|
|
|
|
marker_b44c6367433f4895fcd86818aebbc8d9.bindPopup(popup_4fc8315b6e61f46913dac987b3b06868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b44c6367433f4895fcd86818aebbc8d9.setIcon(icon_f6f3c091dbefc3da90220dc6a1a40318);
|
|
|
|
|
|
var marker_6ab4465f0c9c5f835b6302aed5b0bda9 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6b66252b502085e3faa5f350aabd31f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0983b1992661e20196f6025ce6cf483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20393baea83edb7311cbc120c1f5ff74 = $(`<div id="html_20393baea83edb7311cbc120c1f5ff74" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_f0983b1992661e20196f6025ce6cf483.setContent(html_20393baea83edb7311cbc120c1f5ff74);
|
|
|
|
|
|
|
|
marker_6ab4465f0c9c5f835b6302aed5b0bda9.bindPopup(popup_f0983b1992661e20196f6025ce6cf483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ab4465f0c9c5f835b6302aed5b0bda9.setIcon(icon_6b66252b502085e3faa5f350aabd31f5);
|
|
|
|
|
|
var marker_eb90ff3fb61bbc329e1014319ac3c204 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b40e062d50e9e891f7ff1195547a0fd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_857983b06d274efacaa78b989b4f1c82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa8e573c0019d038975188e2fa87d25 = $(`<div id="html_3fa8e573c0019d038975188e2fa87d25" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_857983b06d274efacaa78b989b4f1c82.setContent(html_3fa8e573c0019d038975188e2fa87d25);
|
|
|
|
|
|
|
|
marker_eb90ff3fb61bbc329e1014319ac3c204.bindPopup(popup_857983b06d274efacaa78b989b4f1c82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb90ff3fb61bbc329e1014319ac3c204.setIcon(icon_b40e062d50e9e891f7ff1195547a0fd2);
|
|
|
|
|
|
var marker_cb0d2f1b975e71771df3d40b3540497b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_9c97801234b41ff8b726d332a09f3921 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dc2ddcb8345c6b574b8cbe24e80471a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83c3c3a38a1c7fe94b0f265bb432a61b = $(`<div id="html_83c3c3a38a1c7fe94b0f265bb432a61b" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_5dc2ddcb8345c6b574b8cbe24e80471a.setContent(html_83c3c3a38a1c7fe94b0f265bb432a61b);
|
|
|
|
|
|
|
|
marker_cb0d2f1b975e71771df3d40b3540497b.bindPopup(popup_5dc2ddcb8345c6b574b8cbe24e80471a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb0d2f1b975e71771df3d40b3540497b.setIcon(icon_9c97801234b41ff8b726d332a09f3921);
|
|
|
|
|
|
var marker_7a05a773757ffe35a7743c14b8399f25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_077daca136ff08105c5a5560d3d796be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d5f38b742924dc80635bb515751e57d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d039914d19fc2f4d64db6d6d4fbb22 = $(`<div id="html_05d039914d19fc2f4d64db6d6d4fbb22" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_0d5f38b742924dc80635bb515751e57d.setContent(html_05d039914d19fc2f4d64db6d6d4fbb22);
|
|
|
|
|
|
|
|
marker_7a05a773757ffe35a7743c14b8399f25.bindPopup(popup_0d5f38b742924dc80635bb515751e57d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a05a773757ffe35a7743c14b8399f25.setIcon(icon_077daca136ff08105c5a5560d3d796be);
|
|
|
|
|
|
var marker_db4c412775848d994a7d1fd6a609d46e = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d05f9eb8e3488fdf2373f23be204cdf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1432f864984d67adc69d052d3808ab02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16a991595e891cb541125632038ebbe8 = $(`<div id="html_16a991595e891cb541125632038ebbe8" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_1432f864984d67adc69d052d3808ab02.setContent(html_16a991595e891cb541125632038ebbe8);
|
|
|
|
|
|
|
|
marker_db4c412775848d994a7d1fd6a609d46e.bindPopup(popup_1432f864984d67adc69d052d3808ab02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db4c412775848d994a7d1fd6a609d46e.setIcon(icon_d05f9eb8e3488fdf2373f23be204cdf5);
|
|
|
|
|
|
var marker_cfce5975885dc24b4546c600c72b044d = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_dd07773b39912f5e60a25f87efbcddc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ebc5b62cec1f3f1545a275cd154ec7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_637c956b7a425aee4e8c8a4278527fc9 = $(`<div id="html_637c956b7a425aee4e8c8a4278527fc9" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_49ebc5b62cec1f3f1545a275cd154ec7.setContent(html_637c956b7a425aee4e8c8a4278527fc9);
|
|
|
|
|
|
|
|
marker_cfce5975885dc24b4546c600c72b044d.bindPopup(popup_49ebc5b62cec1f3f1545a275cd154ec7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfce5975885dc24b4546c600c72b044d.setIcon(icon_dd07773b39912f5e60a25f87efbcddc8);
|
|
|
|
|
|
var marker_c38ea93ce7bace0d72107f8f12008d0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_838efd74c5ec61c1f8752ac22074af6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9207aad2019adde8520754e9a9c3b0b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb33a131105e02af55edb570e458e49b = $(`<div id="html_cb33a131105e02af55edb570e458e49b" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_9207aad2019adde8520754e9a9c3b0b8.setContent(html_cb33a131105e02af55edb570e458e49b);
|
|
|
|
|
|
|
|
marker_c38ea93ce7bace0d72107f8f12008d0e.bindPopup(popup_9207aad2019adde8520754e9a9c3b0b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c38ea93ce7bace0d72107f8f12008d0e.setIcon(icon_838efd74c5ec61c1f8752ac22074af6f);
|
|
|
|
|
|
var marker_d974028699a58ff4d6c06822b19ce9c7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_49d2131860f9d350d0f3a95404ba509c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2741caae79d626d53d85c5da1ba2c88d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c36c0b00d619df274272836b12c76073 = $(`<div id="html_c36c0b00d619df274272836b12c76073" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_2741caae79d626d53d85c5da1ba2c88d.setContent(html_c36c0b00d619df274272836b12c76073);
|
|
|
|
|
|
|
|
marker_d974028699a58ff4d6c06822b19ce9c7.bindPopup(popup_2741caae79d626d53d85c5da1ba2c88d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d974028699a58ff4d6c06822b19ce9c7.setIcon(icon_49d2131860f9d350d0f3a95404ba509c);
|
|
|
|
|
|
var marker_6e180399a2b4f6b9992b8a91f1fa237c = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e62c8df5481e97891097807216809dab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_370f79b26ed5189e7eb2f34ac48bb222 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e13f0da5a993f36ec995fb25f962b4 = $(`<div id="html_72e13f0da5a993f36ec995fb25f962b4" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_370f79b26ed5189e7eb2f34ac48bb222.setContent(html_72e13f0da5a993f36ec995fb25f962b4);
|
|
|
|
|
|
|
|
marker_6e180399a2b4f6b9992b8a91f1fa237c.bindPopup(popup_370f79b26ed5189e7eb2f34ac48bb222)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e180399a2b4f6b9992b8a91f1fa237c.setIcon(icon_e62c8df5481e97891097807216809dab);
|
|
|
|
|
|
var marker_b382d55938c8d861569e0d789141861e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_55e56c45cb71536f12a5ecea988214fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2a5922345719a134433374014470b7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9972611c048e2d68f16ec563a2c6de8f = $(`<div id="html_9972611c048e2d68f16ec563a2c6de8f" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_d2a5922345719a134433374014470b7a.setContent(html_9972611c048e2d68f16ec563a2c6de8f);
|
|
|
|
|
|
|
|
marker_b382d55938c8d861569e0d789141861e.bindPopup(popup_d2a5922345719a134433374014470b7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b382d55938c8d861569e0d789141861e.setIcon(icon_55e56c45cb71536f12a5ecea988214fb);
|
|
|
|
|
|
var marker_6728f82a81fac1cfd36337daf9448f58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_be08e6a61c4ee57d0e1d5991d1222b80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22b22a8e641b7513273d6dae8557c059 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e48f5db4508bbc62538c84ea218527ee = $(`<div id="html_e48f5db4508bbc62538c84ea218527ee" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_22b22a8e641b7513273d6dae8557c059.setContent(html_e48f5db4508bbc62538c84ea218527ee);
|
|
|
|
|
|
|
|
marker_6728f82a81fac1cfd36337daf9448f58.bindPopup(popup_22b22a8e641b7513273d6dae8557c059)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6728f82a81fac1cfd36337daf9448f58.setIcon(icon_be08e6a61c4ee57d0e1d5991d1222b80);
|
|
|
|
|
|
var marker_9d4c5f52a902b45fa07244a65a12b548 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_84b01ac1c44e474e4f7adb57c40bdf64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35f4ce77ef5624492e91c7f4534cc33b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efac0559f9dbfca5fd8405d719f738fa = $(`<div id="html_efac0559f9dbfca5fd8405d719f738fa" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_35f4ce77ef5624492e91c7f4534cc33b.setContent(html_efac0559f9dbfca5fd8405d719f738fa);
|
|
|
|
|
|
|
|
marker_9d4c5f52a902b45fa07244a65a12b548.bindPopup(popup_35f4ce77ef5624492e91c7f4534cc33b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d4c5f52a902b45fa07244a65a12b548.setIcon(icon_84b01ac1c44e474e4f7adb57c40bdf64);
|
|
|
|
|
|
var marker_023079f1292bd5c4e7d3aa42449ac580 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ba7a6851e4b640bf0889e44b544f773e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6801b789fcd013bf9282540379dcc061 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b682c0752742da04aa584a51277f1f23 = $(`<div id="html_b682c0752742da04aa584a51277f1f23" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_6801b789fcd013bf9282540379dcc061.setContent(html_b682c0752742da04aa584a51277f1f23);
|
|
|
|
|
|
|
|
marker_023079f1292bd5c4e7d3aa42449ac580.bindPopup(popup_6801b789fcd013bf9282540379dcc061)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_023079f1292bd5c4e7d3aa42449ac580.setIcon(icon_ba7a6851e4b640bf0889e44b544f773e);
|
|
|
|
|
|
var marker_941553d54e692b41628d7f9c15d32526 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a129d0babf7ff36ebd9cefe0390ca7dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c921bf0687639b67bf25417a44bdac35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4eaf6560a78d700fdc541bd963764dc = $(`<div id="html_e4eaf6560a78d700fdc541bd963764dc" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_c921bf0687639b67bf25417a44bdac35.setContent(html_e4eaf6560a78d700fdc541bd963764dc);
|
|
|
|
|
|
|
|
marker_941553d54e692b41628d7f9c15d32526.bindPopup(popup_c921bf0687639b67bf25417a44bdac35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_941553d54e692b41628d7f9c15d32526.setIcon(icon_a129d0babf7ff36ebd9cefe0390ca7dd);
|
|
|
|
|
|
var marker_78a6214ae2ffe94a547b2f07b322c466 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_30f37ab35e72acec9685bb55d73a69d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afb9e002f632a3ac0b8d64729b32e245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5798008bb2613b1e3e962500cd90afa8 = $(`<div id="html_5798008bb2613b1e3e962500cd90afa8" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_afb9e002f632a3ac0b8d64729b32e245.setContent(html_5798008bb2613b1e3e962500cd90afa8);
|
|
|
|
|
|
|
|
marker_78a6214ae2ffe94a547b2f07b322c466.bindPopup(popup_afb9e002f632a3ac0b8d64729b32e245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78a6214ae2ffe94a547b2f07b322c466.setIcon(icon_30f37ab35e72acec9685bb55d73a69d9);
|
|
|
|
|
|
var marker_0b68c00347a2f6a1a95ae7eb40448677 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c56929d7fd85b32ede3822e1bbf23994 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28eba11640d17b95adc95f6ee92cb462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dbccb69ff66843fca35815178b8b96c = $(`<div id="html_6dbccb69ff66843fca35815178b8b96c" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_28eba11640d17b95adc95f6ee92cb462.setContent(html_6dbccb69ff66843fca35815178b8b96c);
|
|
|
|
|
|
|
|
marker_0b68c00347a2f6a1a95ae7eb40448677.bindPopup(popup_28eba11640d17b95adc95f6ee92cb462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b68c00347a2f6a1a95ae7eb40448677.setIcon(icon_c56929d7fd85b32ede3822e1bbf23994);
|
|
|
|
|
|
var marker_9a07c057bda00245d3b6a6e31cd6c9b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f5b2c67efac937bb87852e790d5df984 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8aae37611487cf1011f87640b44ff61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_305c0e3dd49d652750ef1d21a93a14be = $(`<div id="html_305c0e3dd49d652750ef1d21a93a14be" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_f8aae37611487cf1011f87640b44ff61.setContent(html_305c0e3dd49d652750ef1d21a93a14be);
|
|
|
|
|
|
|
|
marker_9a07c057bda00245d3b6a6e31cd6c9b4.bindPopup(popup_f8aae37611487cf1011f87640b44ff61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a07c057bda00245d3b6a6e31cd6c9b4.setIcon(icon_f5b2c67efac937bb87852e790d5df984);
|
|
|
|
|
|
var marker_2e95c0cac0e070d12abdfd667659862e = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e154f81497905afe7278c39aa9ddfcce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed424c1246b85c9e868d356022f1ed91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6eae1a5c8c658aa991d52ba58fe50156 = $(`<div id="html_6eae1a5c8c658aa991d52ba58fe50156" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_ed424c1246b85c9e868d356022f1ed91.setContent(html_6eae1a5c8c658aa991d52ba58fe50156);
|
|
|
|
|
|
|
|
marker_2e95c0cac0e070d12abdfd667659862e.bindPopup(popup_ed424c1246b85c9e868d356022f1ed91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e95c0cac0e070d12abdfd667659862e.setIcon(icon_e154f81497905afe7278c39aa9ddfcce);
|
|
|
|
|
|
var marker_cb158eefc82b25ccd3e01a73e7e416e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5598e40d3b3edf7e147eaba8d5bfdbab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37fe125424f8496646dc019a83dfbd5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d05bfb795015462565156d59a818e786 = $(`<div id="html_d05bfb795015462565156d59a818e786" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_37fe125424f8496646dc019a83dfbd5f.setContent(html_d05bfb795015462565156d59a818e786);
|
|
|
|
|
|
|
|
marker_cb158eefc82b25ccd3e01a73e7e416e4.bindPopup(popup_37fe125424f8496646dc019a83dfbd5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb158eefc82b25ccd3e01a73e7e416e4.setIcon(icon_5598e40d3b3edf7e147eaba8d5bfdbab);
|
|
|
|
|
|
var marker_54f4693005ece5523c1c8b06c06c8850 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8fa3a656c98ccb34ec7455fa565559d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2166b41dfc551d9068a4d1868febbab0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7e67d76f695b7c08f941f2af61fc589 = $(`<div id="html_b7e67d76f695b7c08f941f2af61fc589" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_2166b41dfc551d9068a4d1868febbab0.setContent(html_b7e67d76f695b7c08f941f2af61fc589);
|
|
|
|
|
|
|
|
marker_54f4693005ece5523c1c8b06c06c8850.bindPopup(popup_2166b41dfc551d9068a4d1868febbab0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54f4693005ece5523c1c8b06c06c8850.setIcon(icon_8fa3a656c98ccb34ec7455fa565559d0);
|
|
|
|
|
|
var marker_d0f2b0ad6df739aa0093926f16312e6b = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a65c752d3ce55aab0a556bff5f6d8622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43ed1142e53580f38d58eed4958f83db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9872085640100351feaa290f4a83b3c7 = $(`<div id="html_9872085640100351feaa290f4a83b3c7" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_43ed1142e53580f38d58eed4958f83db.setContent(html_9872085640100351feaa290f4a83b3c7);
|
|
|
|
|
|
|
|
marker_d0f2b0ad6df739aa0093926f16312e6b.bindPopup(popup_43ed1142e53580f38d58eed4958f83db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0f2b0ad6df739aa0093926f16312e6b.setIcon(icon_a65c752d3ce55aab0a556bff5f6d8622);
|
|
|
|
|
|
var marker_f252a4fa4e6feb81d5175013e266504a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c0bf1b7e9686a403293bcc118e6fe736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_567f4586db932ef62fa536ca3645e7ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4f313eb0ac3a2926d24f06953339c5f = $(`<div id="html_b4f313eb0ac3a2926d24f06953339c5f" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_567f4586db932ef62fa536ca3645e7ad.setContent(html_b4f313eb0ac3a2926d24f06953339c5f);
|
|
|
|
|
|
|
|
marker_f252a4fa4e6feb81d5175013e266504a.bindPopup(popup_567f4586db932ef62fa536ca3645e7ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f252a4fa4e6feb81d5175013e266504a.setIcon(icon_c0bf1b7e9686a403293bcc118e6fe736);
|
|
|
|
|
|
var marker_651f7fa5ac129dff46f0b9f5eb2b592b = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_2ba921464660bc138b80f358f3645ea4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7604e5392a37b4cc9bffbeafee3d7f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6833020589cc957d629a8cee4bc3ecc = $(`<div id="html_a6833020589cc957d629a8cee4bc3ecc" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_a7604e5392a37b4cc9bffbeafee3d7f2.setContent(html_a6833020589cc957d629a8cee4bc3ecc);
|
|
|
|
|
|
|
|
marker_651f7fa5ac129dff46f0b9f5eb2b592b.bindPopup(popup_a7604e5392a37b4cc9bffbeafee3d7f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_651f7fa5ac129dff46f0b9f5eb2b592b.setIcon(icon_2ba921464660bc138b80f358f3645ea4);
|
|
|
|
|
|
var marker_bac73c0660472e9a192b492c2e967b54 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c3b5f1385a3c04cc21970a4e95439e78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_713b3fe8601f79cac10fa9c74a874e62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab13437570ffdb11b11a39d502b29a81 = $(`<div id="html_ab13437570ffdb11b11a39d502b29a81" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_713b3fe8601f79cac10fa9c74a874e62.setContent(html_ab13437570ffdb11b11a39d502b29a81);
|
|
|
|
|
|
|
|
marker_bac73c0660472e9a192b492c2e967b54.bindPopup(popup_713b3fe8601f79cac10fa9c74a874e62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bac73c0660472e9a192b492c2e967b54.setIcon(icon_c3b5f1385a3c04cc21970a4e95439e78);
|
|
|
|
|
|
var marker_efdefc88e6b169b6be3fb190811cdd7d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d18a920c354438c2dd051853967fa3b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb74e576dbac967e7a53a2b8389887e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0535f2c50cd5c247a59b31783b65665f = $(`<div id="html_0535f2c50cd5c247a59b31783b65665f" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_eb74e576dbac967e7a53a2b8389887e4.setContent(html_0535f2c50cd5c247a59b31783b65665f);
|
|
|
|
|
|
|
|
marker_efdefc88e6b169b6be3fb190811cdd7d.bindPopup(popup_eb74e576dbac967e7a53a2b8389887e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efdefc88e6b169b6be3fb190811cdd7d.setIcon(icon_d18a920c354438c2dd051853967fa3b9);
|
|
|
|
|
|
var marker_983cf50054a868b7f5e57a976e7c8f92 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3e493e449bcb5c91ce9b0e2715d085d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16c2f365a149968af824626e20f0a363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b00be2488eb2bda21a6d1c15156a9c1 = $(`<div id="html_3b00be2488eb2bda21a6d1c15156a9c1" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_16c2f365a149968af824626e20f0a363.setContent(html_3b00be2488eb2bda21a6d1c15156a9c1);
|
|
|
|
|
|
|
|
marker_983cf50054a868b7f5e57a976e7c8f92.bindPopup(popup_16c2f365a149968af824626e20f0a363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_983cf50054a868b7f5e57a976e7c8f92.setIcon(icon_3e493e449bcb5c91ce9b0e2715d085d2);
|
|
|
|
|
|
var marker_9ef6efdd4e5ec350d847042c5453c171 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7930d2874c63b4b240d3c0072d6eb929 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d8dc97fda06544b9ae5c29e10331f22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa9eb4c0b8d47f445e7302a504714a40 = $(`<div id="html_fa9eb4c0b8d47f445e7302a504714a40" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_4d8dc97fda06544b9ae5c29e10331f22.setContent(html_fa9eb4c0b8d47f445e7302a504714a40);
|
|
|
|
|
|
|
|
marker_9ef6efdd4e5ec350d847042c5453c171.bindPopup(popup_4d8dc97fda06544b9ae5c29e10331f22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ef6efdd4e5ec350d847042c5453c171.setIcon(icon_7930d2874c63b4b240d3c0072d6eb929);
|
|
|
|
|
|
var marker_d6210783c3f1beb1386bb66a2539ca47 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_cbeb66134749c141fdc103a545d5c77c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1114461afb6db1c56ced800e54f4f8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3078df74f7615d7aaf3e6c24b5388fa8 = $(`<div id="html_3078df74f7615d7aaf3e6c24b5388fa8" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_e1114461afb6db1c56ced800e54f4f8a.setContent(html_3078df74f7615d7aaf3e6c24b5388fa8);
|
|
|
|
|
|
|
|
marker_d6210783c3f1beb1386bb66a2539ca47.bindPopup(popup_e1114461afb6db1c56ced800e54f4f8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6210783c3f1beb1386bb66a2539ca47.setIcon(icon_cbeb66134749c141fdc103a545d5c77c);
|
|
|
|
|
|
var marker_2c035d0418b314262dd89ba3b87c50d3 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6d1094e4b99cc2f2fead00662526f2b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d469c5bfe8294c25f03d302aae74af7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21d58c0527d0fcbcca19e5f70ccefa14 = $(`<div id="html_21d58c0527d0fcbcca19e5f70ccefa14" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_5d469c5bfe8294c25f03d302aae74af7.setContent(html_21d58c0527d0fcbcca19e5f70ccefa14);
|
|
|
|
|
|
|
|
marker_2c035d0418b314262dd89ba3b87c50d3.bindPopup(popup_5d469c5bfe8294c25f03d302aae74af7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c035d0418b314262dd89ba3b87c50d3.setIcon(icon_6d1094e4b99cc2f2fead00662526f2b7);
|
|
|
|
|
|
var marker_d516f9de060d21fef2a6d5ff46528198 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1a94c0e1578952270866a01a0db654bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08e7b48c6ec28a29607d4b9682721b0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f07c6fc2e54006841875505efb7ed520 = $(`<div id="html_f07c6fc2e54006841875505efb7ed520" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_08e7b48c6ec28a29607d4b9682721b0c.setContent(html_f07c6fc2e54006841875505efb7ed520);
|
|
|
|
|
|
|
|
marker_d516f9de060d21fef2a6d5ff46528198.bindPopup(popup_08e7b48c6ec28a29607d4b9682721b0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d516f9de060d21fef2a6d5ff46528198.setIcon(icon_1a94c0e1578952270866a01a0db654bd);
|
|
|
|
|
|
var marker_2b2191ece2466f5be48c26dcef5f0dd5 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8f32b61a2c33a6847742213d8eea6864 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16428e5aaa556f924395010979f09ba2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bcb0ce1f19befcb328cb3ba2bda6ac8 = $(`<div id="html_3bcb0ce1f19befcb328cb3ba2bda6ac8" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_16428e5aaa556f924395010979f09ba2.setContent(html_3bcb0ce1f19befcb328cb3ba2bda6ac8);
|
|
|
|
|
|
|
|
marker_2b2191ece2466f5be48c26dcef5f0dd5.bindPopup(popup_16428e5aaa556f924395010979f09ba2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b2191ece2466f5be48c26dcef5f0dd5.setIcon(icon_8f32b61a2c33a6847742213d8eea6864);
|
|
|
|
|
|
var marker_904e3769fa0a720040ed0ae5943ee30d = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8a1e8a21edb0a432a3ec831bee48d5e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b72416427649a61d221fbc3e9bd207d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_757a691354cbc9af75360b435ac51297 = $(`<div id="html_757a691354cbc9af75360b435ac51297" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_b72416427649a61d221fbc3e9bd207d1.setContent(html_757a691354cbc9af75360b435ac51297);
|
|
|
|
|
|
|
|
marker_904e3769fa0a720040ed0ae5943ee30d.bindPopup(popup_b72416427649a61d221fbc3e9bd207d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_904e3769fa0a720040ed0ae5943ee30d.setIcon(icon_8a1e8a21edb0a432a3ec831bee48d5e4);
|
|
|
|
|
|
var marker_b2ce078e7f540d801a35e78b80f6a41c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_de51adaae42c2725476048d460ffb061 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_454958661886a52db8efc86230d4e861 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6260dd121fdbe08d66c08aceb927a743 = $(`<div id="html_6260dd121fdbe08d66c08aceb927a743" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_454958661886a52db8efc86230d4e861.setContent(html_6260dd121fdbe08d66c08aceb927a743);
|
|
|
|
|
|
|
|
marker_b2ce078e7f540d801a35e78b80f6a41c.bindPopup(popup_454958661886a52db8efc86230d4e861)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2ce078e7f540d801a35e78b80f6a41c.setIcon(icon_de51adaae42c2725476048d460ffb061);
|
|
|
|
|
|
var marker_b88c9932ad102aaa0feb62422cb187ae = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7de84653dddde641776da1db1d43a7ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b12fb4619360e78b9fd5e2c0b5b15e02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e5e751e57284b27b0e6ce3ae8f8666e = $(`<div id="html_6e5e751e57284b27b0e6ce3ae8f8666e" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_b12fb4619360e78b9fd5e2c0b5b15e02.setContent(html_6e5e751e57284b27b0e6ce3ae8f8666e);
|
|
|
|
|
|
|
|
marker_b88c9932ad102aaa0feb62422cb187ae.bindPopup(popup_b12fb4619360e78b9fd5e2c0b5b15e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b88c9932ad102aaa0feb62422cb187ae.setIcon(icon_7de84653dddde641776da1db1d43a7ce);
|
|
|
|
|
|
var marker_2d5d904e86052cc64a07203f0ba93b3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c4d818893cda5dc292af59cec318f165 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a96d1145c7ac54fa2b916fbb773617e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_855a3886e8d16a40649cf85cb0001ebc = $(`<div id="html_855a3886e8d16a40649cf85cb0001ebc" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_a96d1145c7ac54fa2b916fbb773617e8.setContent(html_855a3886e8d16a40649cf85cb0001ebc);
|
|
|
|
|
|
|
|
marker_2d5d904e86052cc64a07203f0ba93b3c.bindPopup(popup_a96d1145c7ac54fa2b916fbb773617e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d5d904e86052cc64a07203f0ba93b3c.setIcon(icon_c4d818893cda5dc292af59cec318f165);
|
|
|
|
|
|
var marker_a64afa27ecf7af28fe4b0432af6e9e69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_df875ccd4627c9d09b7a69b0a28199f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adb8c623bb278488e58c0a112d1228f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_770118d75cdf344703b71d5fa4ded442 = $(`<div id="html_770118d75cdf344703b71d5fa4ded442" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_adb8c623bb278488e58c0a112d1228f2.setContent(html_770118d75cdf344703b71d5fa4ded442);
|
|
|
|
|
|
|
|
marker_a64afa27ecf7af28fe4b0432af6e9e69.bindPopup(popup_adb8c623bb278488e58c0a112d1228f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a64afa27ecf7af28fe4b0432af6e9e69.setIcon(icon_df875ccd4627c9d09b7a69b0a28199f6);
|
|
|
|
|
|
var marker_34ad7e8aa7431cb71a2453edc9e699f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_72f0e96e53898c284cd663c38c369253 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f820c9d10bd08b1310c3ef5095a39125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56cea4883586594e3d03e37d5d001df5 = $(`<div id="html_56cea4883586594e3d03e37d5d001df5" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_f820c9d10bd08b1310c3ef5095a39125.setContent(html_56cea4883586594e3d03e37d5d001df5);
|
|
|
|
|
|
|
|
marker_34ad7e8aa7431cb71a2453edc9e699f7.bindPopup(popup_f820c9d10bd08b1310c3ef5095a39125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34ad7e8aa7431cb71a2453edc9e699f7.setIcon(icon_72f0e96e53898c284cd663c38c369253);
|
|
|
|
|
|
var marker_d430e595a136e8447872dd49d2126efb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_258f31ab50f5a12ae6ccb5ef294b85ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aad6e4248294dbc72b2907bccf8054de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe22a050c125d09e141379e86976f3e7 = $(`<div id="html_fe22a050c125d09e141379e86976f3e7" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_aad6e4248294dbc72b2907bccf8054de.setContent(html_fe22a050c125d09e141379e86976f3e7);
|
|
|
|
|
|
|
|
marker_d430e595a136e8447872dd49d2126efb.bindPopup(popup_aad6e4248294dbc72b2907bccf8054de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d430e595a136e8447872dd49d2126efb.setIcon(icon_258f31ab50f5a12ae6ccb5ef294b85ee);
|
|
|
|
|
|
var marker_8a2e685b3b3278d4b29e4c70a0e4457d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_030a88fd177e257d02f213265f49bb5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b2ae9c9b64ecee5dfb5fd49fbe39355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5824025aa2c8b26e92a59a687e4c77c9 = $(`<div id="html_5824025aa2c8b26e92a59a687e4c77c9" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_6b2ae9c9b64ecee5dfb5fd49fbe39355.setContent(html_5824025aa2c8b26e92a59a687e4c77c9);
|
|
|
|
|
|
|
|
marker_8a2e685b3b3278d4b29e4c70a0e4457d.bindPopup(popup_6b2ae9c9b64ecee5dfb5fd49fbe39355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a2e685b3b3278d4b29e4c70a0e4457d.setIcon(icon_030a88fd177e257d02f213265f49bb5c);
|
|
|
|
|
|
var marker_f49c891549f9fd3170898437f812df82 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e58f5d11ce636eeaae22316996094a9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7795e03332906684dfaacd50062b5731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63337d626b6a956d49be6c48101ab158 = $(`<div id="html_63337d626b6a956d49be6c48101ab158" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_7795e03332906684dfaacd50062b5731.setContent(html_63337d626b6a956d49be6c48101ab158);
|
|
|
|
|
|
|
|
marker_f49c891549f9fd3170898437f812df82.bindPopup(popup_7795e03332906684dfaacd50062b5731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f49c891549f9fd3170898437f812df82.setIcon(icon_e58f5d11ce636eeaae22316996094a9a);
|
|
|
|
|
|
var marker_7ebf84e86818939942852218175af61a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e9ef0e8ee9a3aaa2ea9979539b284746 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a891be14673947076ecc54de1490a4c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51cf8eb675a07b6ee7615a28463f033f = $(`<div id="html_51cf8eb675a07b6ee7615a28463f033f" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_a891be14673947076ecc54de1490a4c7.setContent(html_51cf8eb675a07b6ee7615a28463f033f);
|
|
|
|
|
|
|
|
marker_7ebf84e86818939942852218175af61a.bindPopup(popup_a891be14673947076ecc54de1490a4c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ebf84e86818939942852218175af61a.setIcon(icon_e9ef0e8ee9a3aaa2ea9979539b284746);
|
|
|
|
|
|
var marker_fd2d87c4e56307848b16d19f84042790 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_db7bf4eb6fee3c132713a7da1e5f446c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13422ea2f1e7684423455acd3943f2bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532d1da97d83f26cabe4b45760f41fba = $(`<div id="html_532d1da97d83f26cabe4b45760f41fba" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_13422ea2f1e7684423455acd3943f2bc.setContent(html_532d1da97d83f26cabe4b45760f41fba);
|
|
|
|
|
|
|
|
marker_fd2d87c4e56307848b16d19f84042790.bindPopup(popup_13422ea2f1e7684423455acd3943f2bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd2d87c4e56307848b16d19f84042790.setIcon(icon_db7bf4eb6fee3c132713a7da1e5f446c);
|
|
|
|
|
|
var marker_d9b71372483a59045a3bba4ca5615682 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_35ef3b05c44d716dbbf78ff2ff4bcc25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a89be33694f5bcbf55b050e9c4d1fece = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d6887e7dd2d93d2de12cc78388e0a55 = $(`<div id="html_8d6887e7dd2d93d2de12cc78388e0a55" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_a89be33694f5bcbf55b050e9c4d1fece.setContent(html_8d6887e7dd2d93d2de12cc78388e0a55);
|
|
|
|
|
|
|
|
marker_d9b71372483a59045a3bba4ca5615682.bindPopup(popup_a89be33694f5bcbf55b050e9c4d1fece)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9b71372483a59045a3bba4ca5615682.setIcon(icon_35ef3b05c44d716dbbf78ff2ff4bcc25);
|
|
|
|
|
|
var marker_bf15fc0a4dbb64f16b57865dc6529fbb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_71fba2cc4e87bd89989f315fafec3d21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c33748f382cdf7a31fa010a967b2d58f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0d0e662829d4b4840b97eaa55edfed = $(`<div id="html_ff0d0e662829d4b4840b97eaa55edfed" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_c33748f382cdf7a31fa010a967b2d58f.setContent(html_ff0d0e662829d4b4840b97eaa55edfed);
|
|
|
|
|
|
|
|
marker_bf15fc0a4dbb64f16b57865dc6529fbb.bindPopup(popup_c33748f382cdf7a31fa010a967b2d58f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf15fc0a4dbb64f16b57865dc6529fbb.setIcon(icon_71fba2cc4e87bd89989f315fafec3d21);
|
|
|
|
|
|
var marker_5c99167b871adea45220913c3fac72f5 = L.marker(
|
|
[49.6735, -124.928],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ae5178002502792542ec8b1c15b20c81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed9331538def611443a63aa8d2a484bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cab24f74d986c4001f5f9439683b2a1 = $(`<div id="html_1cab24f74d986c4001f5f9439683b2a1" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_ed9331538def611443a63aa8d2a484bc.setContent(html_1cab24f74d986c4001f5f9439683b2a1);
|
|
|
|
|
|
|
|
marker_5c99167b871adea45220913c3fac72f5.bindPopup(popup_ed9331538def611443a63aa8d2a484bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c99167b871adea45220913c3fac72f5.setIcon(icon_ae5178002502792542ec8b1c15b20c81);
|
|
|
|
|
|
var marker_213ce08e1b90fadc932f15ce339edefe = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1e38b2ec41b813249a1636647f7f32b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b3be044e89677f6319fed114c33291e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fca887ed06fde81b660f8162863b7ae5 = $(`<div id="html_fca887ed06fde81b660f8162863b7ae5" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_2b3be044e89677f6319fed114c33291e.setContent(html_fca887ed06fde81b660f8162863b7ae5);
|
|
|
|
|
|
|
|
marker_213ce08e1b90fadc932f15ce339edefe.bindPopup(popup_2b3be044e89677f6319fed114c33291e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_213ce08e1b90fadc932f15ce339edefe.setIcon(icon_1e38b2ec41b813249a1636647f7f32b5);
|
|
|
|
|
|
var marker_5f3abdcf5d265266b8543a79aa8de395 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_771f20b954fa859f17425833af378746 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d85873c80d937cb741dd9a46808d0ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6b6bb606df7ba9f64965bec7964bfe5 = $(`<div id="html_f6b6bb606df7ba9f64965bec7964bfe5" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_0d85873c80d937cb741dd9a46808d0ed.setContent(html_f6b6bb606df7ba9f64965bec7964bfe5);
|
|
|
|
|
|
|
|
marker_5f3abdcf5d265266b8543a79aa8de395.bindPopup(popup_0d85873c80d937cb741dd9a46808d0ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f3abdcf5d265266b8543a79aa8de395.setIcon(icon_771f20b954fa859f17425833af378746);
|
|
|
|
|
|
var marker_3443d8e637042817f329e1e4c589c3a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f38b500798aad96083edab48830a96aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b31f5b99984aa69af262686e357e1b6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57cf202346fe59a0284a73c61621493d = $(`<div id="html_57cf202346fe59a0284a73c61621493d" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_b31f5b99984aa69af262686e357e1b6d.setContent(html_57cf202346fe59a0284a73c61621493d);
|
|
|
|
|
|
|
|
marker_3443d8e637042817f329e1e4c589c3a6.bindPopup(popup_b31f5b99984aa69af262686e357e1b6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3443d8e637042817f329e1e4c589c3a6.setIcon(icon_f38b500798aad96083edab48830a96aa);
|
|
|
|
|
|
var marker_9dd73de0d9cebc1e3137a78a992938bf = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c5f029a85bc5294600040c4961164e0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6440c9cea4f9873a142918380d5ff7c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45c521c6569f1704527ee58007bdbe7d = $(`<div id="html_45c521c6569f1704527ee58007bdbe7d" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_6440c9cea4f9873a142918380d5ff7c3.setContent(html_45c521c6569f1704527ee58007bdbe7d);
|
|
|
|
|
|
|
|
marker_9dd73de0d9cebc1e3137a78a992938bf.bindPopup(popup_6440c9cea4f9873a142918380d5ff7c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dd73de0d9cebc1e3137a78a992938bf.setIcon(icon_c5f029a85bc5294600040c4961164e0d);
|
|
|
|
|
|
var marker_af5f253e4500efa6c18b584cd63a52c6 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f57f4b36ffd495e6042bcb76e698778f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94c4605e4233d9a59516165acce20701 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aa646ec451554494b321d7e87aef6a3 = $(`<div id="html_5aa646ec451554494b321d7e87aef6a3" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_94c4605e4233d9a59516165acce20701.setContent(html_5aa646ec451554494b321d7e87aef6a3);
|
|
|
|
|
|
|
|
marker_af5f253e4500efa6c18b584cd63a52c6.bindPopup(popup_94c4605e4233d9a59516165acce20701)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af5f253e4500efa6c18b584cd63a52c6.setIcon(icon_f57f4b36ffd495e6042bcb76e698778f);
|
|
|
|
|
|
var marker_d26ef0382eb857a4d92097b595a88224 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_eddcaf5428bd43a06890251ad8554583 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95c237d27adcb8972d9134f0f77edc48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24c482e284c32ee67cc76740fdeafec0 = $(`<div id="html_24c482e284c32ee67cc76740fdeafec0" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_95c237d27adcb8972d9134f0f77edc48.setContent(html_24c482e284c32ee67cc76740fdeafec0);
|
|
|
|
|
|
|
|
marker_d26ef0382eb857a4d92097b595a88224.bindPopup(popup_95c237d27adcb8972d9134f0f77edc48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d26ef0382eb857a4d92097b595a88224.setIcon(icon_eddcaf5428bd43a06890251ad8554583);
|
|
|
|
|
|
var marker_3f4d114f96b8ae4eeeddce8ecf01bfd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6f1e05b794be30b80e39bf356e2a9301 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f0ab1ea625f9c40e310c09a271ef6dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7453c7aa1206026b7bd2c7b4e5ccc98 = $(`<div id="html_a7453c7aa1206026b7bd2c7b4e5ccc98" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_6f0ab1ea625f9c40e310c09a271ef6dc.setContent(html_a7453c7aa1206026b7bd2c7b4e5ccc98);
|
|
|
|
|
|
|
|
marker_3f4d114f96b8ae4eeeddce8ecf01bfd7.bindPopup(popup_6f0ab1ea625f9c40e310c09a271ef6dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f4d114f96b8ae4eeeddce8ecf01bfd7.setIcon(icon_6f1e05b794be30b80e39bf356e2a9301);
|
|
|
|
|
|
var marker_a0c9a4d9b95b0d1f2e052559cafc4e98 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_68712a30d5fde6b9e8151162738cad66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcd5f844c3ad245ea81f1bb18fcc0bab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4551f34e151cf8f7d0b4e8d4f670c06a = $(`<div id="html_4551f34e151cf8f7d0b4e8d4f670c06a" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_dcd5f844c3ad245ea81f1bb18fcc0bab.setContent(html_4551f34e151cf8f7d0b4e8d4f670c06a);
|
|
|
|
|
|
|
|
marker_a0c9a4d9b95b0d1f2e052559cafc4e98.bindPopup(popup_dcd5f844c3ad245ea81f1bb18fcc0bab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0c9a4d9b95b0d1f2e052559cafc4e98.setIcon(icon_68712a30d5fde6b9e8151162738cad66);
|
|
|
|
|
|
var marker_8ba8c2e5ca8369c3e55e6285a8bd1143 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_962bb936d27d08db79bc2582a3206505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe019389afc9939a01e11585066766e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6345e091ef5e1a2ed3e300b131d2aca6 = $(`<div id="html_6345e091ef5e1a2ed3e300b131d2aca6" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_fe019389afc9939a01e11585066766e3.setContent(html_6345e091ef5e1a2ed3e300b131d2aca6);
|
|
|
|
|
|
|
|
marker_8ba8c2e5ca8369c3e55e6285a8bd1143.bindPopup(popup_fe019389afc9939a01e11585066766e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ba8c2e5ca8369c3e55e6285a8bd1143.setIcon(icon_962bb936d27d08db79bc2582a3206505);
|
|
|
|
|
|
var marker_ce99825716589578b7d89876e063ec3b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1420144f08c8508294a96108a9d4e1e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_657267a107c7d571729f28caadfce4b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a512ecf2e3e8a7290c3c1ed4aedabb7 = $(`<div id="html_8a512ecf2e3e8a7290c3c1ed4aedabb7" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_657267a107c7d571729f28caadfce4b9.setContent(html_8a512ecf2e3e8a7290c3c1ed4aedabb7);
|
|
|
|
|
|
|
|
marker_ce99825716589578b7d89876e063ec3b.bindPopup(popup_657267a107c7d571729f28caadfce4b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce99825716589578b7d89876e063ec3b.setIcon(icon_1420144f08c8508294a96108a9d4e1e2);
|
|
|
|
|
|
var marker_198186bc6d9c619bd5f43d093e858788 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_939835e8049baebe63cc86413fc02b0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9a7a54a6448817c3db1a51d9ff85570 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79ceb16e6a1e05da56b18d4b28de6e9 = $(`<div id="html_a79ceb16e6a1e05da56b18d4b28de6e9" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_f9a7a54a6448817c3db1a51d9ff85570.setContent(html_a79ceb16e6a1e05da56b18d4b28de6e9);
|
|
|
|
|
|
|
|
marker_198186bc6d9c619bd5f43d093e858788.bindPopup(popup_f9a7a54a6448817c3db1a51d9ff85570)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_198186bc6d9c619bd5f43d093e858788.setIcon(icon_939835e8049baebe63cc86413fc02b0e);
|
|
|
|
|
|
var marker_303ae228b1d06b2f33e41f60e50afeb9 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_45a9e90582cb6696547e2c05938ae6e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c97fab2ef84f8c85a11f2fdea10f599 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53e8421eba246296c3c940971147f6a5 = $(`<div id="html_53e8421eba246296c3c940971147f6a5" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_4c97fab2ef84f8c85a11f2fdea10f599.setContent(html_53e8421eba246296c3c940971147f6a5);
|
|
|
|
|
|
|
|
marker_303ae228b1d06b2f33e41f60e50afeb9.bindPopup(popup_4c97fab2ef84f8c85a11f2fdea10f599)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_303ae228b1d06b2f33e41f60e50afeb9.setIcon(icon_45a9e90582cb6696547e2c05938ae6e1);
|
|
|
|
|
|
var marker_f901341d1394551c1982a1d19779fc9b = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_eba84716cc9366485d4c1c82d062058b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94872542c8070aba96935bbe7c0fda94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfdd53accb9e04294bdeb86827358c53 = $(`<div id="html_cfdd53accb9e04294bdeb86827358c53" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_94872542c8070aba96935bbe7c0fda94.setContent(html_cfdd53accb9e04294bdeb86827358c53);
|
|
|
|
|
|
|
|
marker_f901341d1394551c1982a1d19779fc9b.bindPopup(popup_94872542c8070aba96935bbe7c0fda94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f901341d1394551c1982a1d19779fc9b.setIcon(icon_eba84716cc9366485d4c1c82d062058b);
|
|
|
|
|
|
var marker_dc4caf77326a37803f2f689d60096bf0 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f2946cb090554180d6a380716d41eff0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e13c3d04d09c30cba5b7000ac3bf626a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f43cb56ffa4083c55d36efbd79ead777 = $(`<div id="html_f43cb56ffa4083c55d36efbd79ead777" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_e13c3d04d09c30cba5b7000ac3bf626a.setContent(html_f43cb56ffa4083c55d36efbd79ead777);
|
|
|
|
|
|
|
|
marker_dc4caf77326a37803f2f689d60096bf0.bindPopup(popup_e13c3d04d09c30cba5b7000ac3bf626a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc4caf77326a37803f2f689d60096bf0.setIcon(icon_f2946cb090554180d6a380716d41eff0);
|
|
|
|
|
|
var marker_a8d19371240eaaa3af815d1bb6a7c651 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a619b0d0f576c4193f8251a1b7a03a4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad205e19787559b9a858117528390b0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_967a88ec867a8286697d992877f9664a = $(`<div id="html_967a88ec867a8286697d992877f9664a" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_ad205e19787559b9a858117528390b0b.setContent(html_967a88ec867a8286697d992877f9664a);
|
|
|
|
|
|
|
|
marker_a8d19371240eaaa3af815d1bb6a7c651.bindPopup(popup_ad205e19787559b9a858117528390b0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8d19371240eaaa3af815d1bb6a7c651.setIcon(icon_a619b0d0f576c4193f8251a1b7a03a4d);
|
|
|
|
|
|
var marker_31d52a0828b76c230f61e5effc0ee4c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e9e48c1455c13f7fde6c838aee1ad87e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c443a2f9f4eac97f32775b96330160a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88561184141c50e3529631e62ece2ab0 = $(`<div id="html_88561184141c50e3529631e62ece2ab0" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_c443a2f9f4eac97f32775b96330160a4.setContent(html_88561184141c50e3529631e62ece2ab0);
|
|
|
|
|
|
|
|
marker_31d52a0828b76c230f61e5effc0ee4c5.bindPopup(popup_c443a2f9f4eac97f32775b96330160a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31d52a0828b76c230f61e5effc0ee4c5.setIcon(icon_e9e48c1455c13f7fde6c838aee1ad87e);
|
|
|
|
|
|
var marker_52be4fbce6df32c3f11a331bca5242dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a9437f95e6eb4c4f9c063263aca2702f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f68ca2cc471ea62659427040cc5456 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f644afd39d0061dcea077cf93732b189 = $(`<div id="html_f644afd39d0061dcea077cf93732b189" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_52f68ca2cc471ea62659427040cc5456.setContent(html_f644afd39d0061dcea077cf93732b189);
|
|
|
|
|
|
|
|
marker_52be4fbce6df32c3f11a331bca5242dd.bindPopup(popup_52f68ca2cc471ea62659427040cc5456)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52be4fbce6df32c3f11a331bca5242dd.setIcon(icon_a9437f95e6eb4c4f9c063263aca2702f);
|
|
|
|
|
|
var marker_81b84737a385fd285b0976b1b00e943c = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d780279a31b8e88a41fc011bb8b93b98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d4e6f60fa0a13fa65a6c56eac4a8bbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd71b7974cd3ee58544443bdc5c474b9 = $(`<div id="html_fd71b7974cd3ee58544443bdc5c474b9" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_5d4e6f60fa0a13fa65a6c56eac4a8bbc.setContent(html_fd71b7974cd3ee58544443bdc5c474b9);
|
|
|
|
|
|
|
|
marker_81b84737a385fd285b0976b1b00e943c.bindPopup(popup_5d4e6f60fa0a13fa65a6c56eac4a8bbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81b84737a385fd285b0976b1b00e943c.setIcon(icon_d780279a31b8e88a41fc011bb8b93b98);
|
|
|
|
|
|
var marker_5a37e4e4ec5805fd8d32e21f4091fb9b = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3c6ace5889e8f3c3accbd151c6a9da76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82963f419f587060979b5562605930c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72326b57738cc509844d7bdf31a724f5 = $(`<div id="html_72326b57738cc509844d7bdf31a724f5" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_82963f419f587060979b5562605930c9.setContent(html_72326b57738cc509844d7bdf31a724f5);
|
|
|
|
|
|
|
|
marker_5a37e4e4ec5805fd8d32e21f4091fb9b.bindPopup(popup_82963f419f587060979b5562605930c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a37e4e4ec5805fd8d32e21f4091fb9b.setIcon(icon_3c6ace5889e8f3c3accbd151c6a9da76);
|
|
|
|
|
|
var marker_783e6aaa616d1c95868f3125ced983e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_59cdb2b0aba0a9f8cd5c95928f4543d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59a4d8e03648cc129a26213de114929c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9f7e1934d649b5d16cef7e21771186 = $(`<div id="html_ea9f7e1934d649b5d16cef7e21771186" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_59a4d8e03648cc129a26213de114929c.setContent(html_ea9f7e1934d649b5d16cef7e21771186);
|
|
|
|
|
|
|
|
marker_783e6aaa616d1c95868f3125ced983e1.bindPopup(popup_59a4d8e03648cc129a26213de114929c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_783e6aaa616d1c95868f3125ced983e1.setIcon(icon_59cdb2b0aba0a9f8cd5c95928f4543d9);
|
|
|
|
|
|
var marker_b281eb205da63ab5a722c437527a4712 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1f80cc5777b97dec142a1859d84278b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a02fd46707386477db06bb1cfb5b93a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_491a1600fbfe580395960fa37e1975f1 = $(`<div id="html_491a1600fbfe580395960fa37e1975f1" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_a02fd46707386477db06bb1cfb5b93a7.setContent(html_491a1600fbfe580395960fa37e1975f1);
|
|
|
|
|
|
|
|
marker_b281eb205da63ab5a722c437527a4712.bindPopup(popup_a02fd46707386477db06bb1cfb5b93a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b281eb205da63ab5a722c437527a4712.setIcon(icon_1f80cc5777b97dec142a1859d84278b9);
|
|
|
|
|
|
var marker_0f83664aacee60b1b39c0b064e71ad19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_14697bb1ba9e1309fb8a71930cd9548d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ceae4bcbbcea4a316c5b603a43d00c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43463a1f40451bb4d8827d0a882a23c4 = $(`<div id="html_43463a1f40451bb4d8827d0a882a23c4" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_02ceae4bcbbcea4a316c5b603a43d00c.setContent(html_43463a1f40451bb4d8827d0a882a23c4);
|
|
|
|
|
|
|
|
marker_0f83664aacee60b1b39c0b064e71ad19.bindPopup(popup_02ceae4bcbbcea4a316c5b603a43d00c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f83664aacee60b1b39c0b064e71ad19.setIcon(icon_14697bb1ba9e1309fb8a71930cd9548d);
|
|
|
|
|
|
var marker_ffda2e34960338548dd2fe9edd99cd98 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_dde128f5be1b0af5665bfe3964d0530b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24a5d35c32d0bd589119885405b0704e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cce190869c0167357ade41482ffa66e9 = $(`<div id="html_cce190869c0167357ade41482ffa66e9" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_24a5d35c32d0bd589119885405b0704e.setContent(html_cce190869c0167357ade41482ffa66e9);
|
|
|
|
|
|
|
|
marker_ffda2e34960338548dd2fe9edd99cd98.bindPopup(popup_24a5d35c32d0bd589119885405b0704e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffda2e34960338548dd2fe9edd99cd98.setIcon(icon_dde128f5be1b0af5665bfe3964d0530b);
|
|
|
|
|
|
var marker_10a5a4e88a4770895dae02261199e1aa = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b8f91b4997cec2534a2e9cac89d99995 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d0f8d36eb66f34e8c13a3c606a3a668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6337d20cc6711ad51cee25215f0652c = $(`<div id="html_e6337d20cc6711ad51cee25215f0652c" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_1d0f8d36eb66f34e8c13a3c606a3a668.setContent(html_e6337d20cc6711ad51cee25215f0652c);
|
|
|
|
|
|
|
|
marker_10a5a4e88a4770895dae02261199e1aa.bindPopup(popup_1d0f8d36eb66f34e8c13a3c606a3a668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a5a4e88a4770895dae02261199e1aa.setIcon(icon_b8f91b4997cec2534a2e9cac89d99995);
|
|
|
|
|
|
var marker_02f8efaaa661eabd5e5984fd33fe6be6 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e0f13447f5fdf187a04761d8c48c28ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e03bce9c5eb42f7514502522ebb9572 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8176cf11d4b1dba3e5946dfccae41b1f = $(`<div id="html_8176cf11d4b1dba3e5946dfccae41b1f" style="width: 100.0%; height: 100.0%;">relay.complexalpha.com</div>`)[0];
|
|
popup_3e03bce9c5eb42f7514502522ebb9572.setContent(html_8176cf11d4b1dba3e5946dfccae41b1f);
|
|
|
|
|
|
|
|
marker_02f8efaaa661eabd5e5984fd33fe6be6.bindPopup(popup_3e03bce9c5eb42f7514502522ebb9572)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02f8efaaa661eabd5e5984fd33fe6be6.setIcon(icon_e0f13447f5fdf187a04761d8c48c28ef);
|
|
|
|
|
|
var marker_b1f021d64118abdcc5196959ad538db6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f051b317819b563ab8bb420e69ece3c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a071a8150133d489e1d7d0db1d917f5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f48862e44779504e0c8cddf4271ad734 = $(`<div id="html_f48862e44779504e0c8cddf4271ad734" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_a071a8150133d489e1d7d0db1d917f5b.setContent(html_f48862e44779504e0c8cddf4271ad734);
|
|
|
|
|
|
|
|
marker_b1f021d64118abdcc5196959ad538db6.bindPopup(popup_a071a8150133d489e1d7d0db1d917f5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1f021d64118abdcc5196959ad538db6.setIcon(icon_f051b317819b563ab8bb420e69ece3c7);
|
|
|
|
|
|
var marker_aa50e14f136f1f5747bf1d8a702c27fc = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_95b6fda9291e5a8301ac9bb02facaeee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96f9886fada8f9d5c4ece59282affaa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89eff8358b94d1e741161bc1755b14cd = $(`<div id="html_89eff8358b94d1e741161bc1755b14cd" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_96f9886fada8f9d5c4ece59282affaa7.setContent(html_89eff8358b94d1e741161bc1755b14cd);
|
|
|
|
|
|
|
|
marker_aa50e14f136f1f5747bf1d8a702c27fc.bindPopup(popup_96f9886fada8f9d5c4ece59282affaa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa50e14f136f1f5747bf1d8a702c27fc.setIcon(icon_95b6fda9291e5a8301ac9bb02facaeee);
|
|
|
|
|
|
var marker_252a1424605d69d6cda97dd6ecb2c03c = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f5bb4152b7bf88a8c83c42f6430b02ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dde516c144f4cc00112b2da8df8c49b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85ed73f131853681306f07004454c6e3 = $(`<div id="html_85ed73f131853681306f07004454c6e3" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_7dde516c144f4cc00112b2da8df8c49b.setContent(html_85ed73f131853681306f07004454c6e3);
|
|
|
|
|
|
|
|
marker_252a1424605d69d6cda97dd6ecb2c03c.bindPopup(popup_7dde516c144f4cc00112b2da8df8c49b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_252a1424605d69d6cda97dd6ecb2c03c.setIcon(icon_f5bb4152b7bf88a8c83c42f6430b02ea);
|
|
|
|
|
|
var marker_5b8aba3e7a4f62d86bb3aabd35957e3b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_93b7d37a8c3ad5847925e6441340fef1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ba9e58f33cf92b9483e7f1679b7d6e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_151c3a25a10188a55e58ba72f1757be6 = $(`<div id="html_151c3a25a10188a55e58ba72f1757be6" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_1ba9e58f33cf92b9483e7f1679b7d6e6.setContent(html_151c3a25a10188a55e58ba72f1757be6);
|
|
|
|
|
|
|
|
marker_5b8aba3e7a4f62d86bb3aabd35957e3b.bindPopup(popup_1ba9e58f33cf92b9483e7f1679b7d6e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b8aba3e7a4f62d86bb3aabd35957e3b.setIcon(icon_93b7d37a8c3ad5847925e6441340fef1);
|
|
|
|
|
|
var marker_f96102053f0cceea6d2988fe74c07e1c = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c6c18656e470896241fbffcabc72e99b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dfe3f1958536ec20fef5f2ce554ab4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57427d9d5e8a37cc7b4a221c6af07607 = $(`<div id="html_57427d9d5e8a37cc7b4a221c6af07607" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_0dfe3f1958536ec20fef5f2ce554ab4d.setContent(html_57427d9d5e8a37cc7b4a221c6af07607);
|
|
|
|
|
|
|
|
marker_f96102053f0cceea6d2988fe74c07e1c.bindPopup(popup_0dfe3f1958536ec20fef5f2ce554ab4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f96102053f0cceea6d2988fe74c07e1c.setIcon(icon_c6c18656e470896241fbffcabc72e99b);
|
|
|
|
|
|
var marker_db6841aa3756c11bf14d545ac182e831 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_148d61a68d5e7b220d99cb253bf28e96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8a174cdbb049027e2991b2ce2627d0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c482fd38729c1fd61ca6b38930cf215 = $(`<div id="html_6c482fd38729c1fd61ca6b38930cf215" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_f8a174cdbb049027e2991b2ce2627d0b.setContent(html_6c482fd38729c1fd61ca6b38930cf215);
|
|
|
|
|
|
|
|
marker_db6841aa3756c11bf14d545ac182e831.bindPopup(popup_f8a174cdbb049027e2991b2ce2627d0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db6841aa3756c11bf14d545ac182e831.setIcon(icon_148d61a68d5e7b220d99cb253bf28e96);
|
|
|
|
|
|
var marker_e2758c1598ad74af3891fe6e7b64485d = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d95ce2f541afb3f4f02387c9619efca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9700df4bee467e45ce37872160be75ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3aea7e3810ed6754beb5e92b15cca91 = $(`<div id="html_f3aea7e3810ed6754beb5e92b15cca91" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_9700df4bee467e45ce37872160be75ba.setContent(html_f3aea7e3810ed6754beb5e92b15cca91);
|
|
|
|
|
|
|
|
marker_e2758c1598ad74af3891fe6e7b64485d.bindPopup(popup_9700df4bee467e45ce37872160be75ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2758c1598ad74af3891fe6e7b64485d.setIcon(icon_d95ce2f541afb3f4f02387c9619efca8);
|
|
|
|
|
|
var marker_4e352222d249931cde7b5a77eb34e952 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ba82199b8d3fc76ce2bd3e104c14a3e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f076858b8a265ae11911f0fa4b41cf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e852da377e58d5a9c2323cd17588cae = $(`<div id="html_6e852da377e58d5a9c2323cd17588cae" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_4f076858b8a265ae11911f0fa4b41cf4.setContent(html_6e852da377e58d5a9c2323cd17588cae);
|
|
|
|
|
|
|
|
marker_4e352222d249931cde7b5a77eb34e952.bindPopup(popup_4f076858b8a265ae11911f0fa4b41cf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e352222d249931cde7b5a77eb34e952.setIcon(icon_ba82199b8d3fc76ce2bd3e104c14a3e9);
|
|
|
|
|
|
var marker_3ae34bb36f9f77807edeafe04ecd645b = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a3f0eccd77dec21f490c6d4f7a169cef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8de9f9ca3d6e6bfa640bb6d60e64b438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24f3f4b37c9588640d2056c3c7e1103b = $(`<div id="html_24f3f4b37c9588640d2056c3c7e1103b" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_8de9f9ca3d6e6bfa640bb6d60e64b438.setContent(html_24f3f4b37c9588640d2056c3c7e1103b);
|
|
|
|
|
|
|
|
marker_3ae34bb36f9f77807edeafe04ecd645b.bindPopup(popup_8de9f9ca3d6e6bfa640bb6d60e64b438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ae34bb36f9f77807edeafe04ecd645b.setIcon(icon_a3f0eccd77dec21f490c6d4f7a169cef);
|
|
|
|
|
|
var marker_ac26072a516fd6d5ea4f81528163cc8f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6a25e796e01c3fa7a6d0e74517fdeaeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f90bb4f7930ec6f94142f493d329187 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cb6d7224e3d8ae78123fcb80c067e1d = $(`<div id="html_2cb6d7224e3d8ae78123fcb80c067e1d" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_9f90bb4f7930ec6f94142f493d329187.setContent(html_2cb6d7224e3d8ae78123fcb80c067e1d);
|
|
|
|
|
|
|
|
marker_ac26072a516fd6d5ea4f81528163cc8f.bindPopup(popup_9f90bb4f7930ec6f94142f493d329187)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac26072a516fd6d5ea4f81528163cc8f.setIcon(icon_6a25e796e01c3fa7a6d0e74517fdeaeb);
|
|
|
|
|
|
var marker_8865bc9d4a292c56d76a5a2a27992cfb = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ff122121218d06c8f7c207950f023cf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98e20bfc8d65b803fe2ab0d375dd28fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2f24a2b5be27d61379b9c390bd98db4 = $(`<div id="html_b2f24a2b5be27d61379b9c390bd98db4" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_98e20bfc8d65b803fe2ab0d375dd28fb.setContent(html_b2f24a2b5be27d61379b9c390bd98db4);
|
|
|
|
|
|
|
|
marker_8865bc9d4a292c56d76a5a2a27992cfb.bindPopup(popup_98e20bfc8d65b803fe2ab0d375dd28fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8865bc9d4a292c56d76a5a2a27992cfb.setIcon(icon_ff122121218d06c8f7c207950f023cf5);
|
|
|
|
|
|
var marker_64e2033e99232177987699116fb3a7e9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_1e4f2e5c3aaa7c11705abeb815a727ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8106b88b09c74e869e1bbe55fdb94ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82795ea9621b76541e794ffbeac1d9d6 = $(`<div id="html_82795ea9621b76541e794ffbeac1d9d6" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_b8106b88b09c74e869e1bbe55fdb94ef.setContent(html_82795ea9621b76541e794ffbeac1d9d6);
|
|
|
|
|
|
|
|
marker_64e2033e99232177987699116fb3a7e9.bindPopup(popup_b8106b88b09c74e869e1bbe55fdb94ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64e2033e99232177987699116fb3a7e9.setIcon(icon_1e4f2e5c3aaa7c11705abeb815a727ad);
|
|
|
|
|
|
var marker_794b705b7e236f62982d626b74de7c90 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_06502aec5978539c8ca7db208a4fc0d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_331834531d15943e3ee2543fc991611a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b0f853ac68ac181382bc42eba44cb0 = $(`<div id="html_35b0f853ac68ac181382bc42eba44cb0" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_331834531d15943e3ee2543fc991611a.setContent(html_35b0f853ac68ac181382bc42eba44cb0);
|
|
|
|
|
|
|
|
marker_794b705b7e236f62982d626b74de7c90.bindPopup(popup_331834531d15943e3ee2543fc991611a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_794b705b7e236f62982d626b74de7c90.setIcon(icon_06502aec5978539c8ca7db208a4fc0d0);
|
|
|
|
|
|
var marker_1526b60eb4307bf1cf3b34a019dd638c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3fa9698b99ff5f784ad261feeccff273 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbc1dc189907a405060a0075d3d0e858 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc3babbae3c67ab9fe83485cccf8a928 = $(`<div id="html_bc3babbae3c67ab9fe83485cccf8a928" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_dbc1dc189907a405060a0075d3d0e858.setContent(html_bc3babbae3c67ab9fe83485cccf8a928);
|
|
|
|
|
|
|
|
marker_1526b60eb4307bf1cf3b34a019dd638c.bindPopup(popup_dbc1dc189907a405060a0075d3d0e858)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1526b60eb4307bf1cf3b34a019dd638c.setIcon(icon_3fa9698b99ff5f784ad261feeccff273);
|
|
|
|
|
|
var marker_2ebfd0ef17967d6313e64cf04e593d15 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f642ff4477b2092f12ec7f270236730e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3df6792f0d95ad49f0921b9dc641dd7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da8a1454fc0b98ff268df93ebd86dbf0 = $(`<div id="html_da8a1454fc0b98ff268df93ebd86dbf0" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_3df6792f0d95ad49f0921b9dc641dd7b.setContent(html_da8a1454fc0b98ff268df93ebd86dbf0);
|
|
|
|
|
|
|
|
marker_2ebfd0ef17967d6313e64cf04e593d15.bindPopup(popup_3df6792f0d95ad49f0921b9dc641dd7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ebfd0ef17967d6313e64cf04e593d15.setIcon(icon_f642ff4477b2092f12ec7f270236730e);
|
|
|
|
|
|
var marker_271daba5ba0d6d89ad8e741eb30a62dd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_9e6cba5413609f5d6e37e85adcc00e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8168e3e9dc931c2ad1c94af327b3eed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54782dd927a61611cbd7daa932b65d7e = $(`<div id="html_54782dd927a61611cbd7daa932b65d7e" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_e8168e3e9dc931c2ad1c94af327b3eed.setContent(html_54782dd927a61611cbd7daa932b65d7e);
|
|
|
|
|
|
|
|
marker_271daba5ba0d6d89ad8e741eb30a62dd.bindPopup(popup_e8168e3e9dc931c2ad1c94af327b3eed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_271daba5ba0d6d89ad8e741eb30a62dd.setIcon(icon_9e6cba5413609f5d6e37e85adcc00e1f);
|
|
|
|
|
|
var marker_c8cb9bfce9588d8b8238c0d8d26c6535 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d29ce0692eb1fa13e20bb44e8a57a63e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e66968bfc97f28ee2bb4cffbbc5280c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_623317702cd67312337406a04339bbfd = $(`<div id="html_623317702cd67312337406a04339bbfd" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_6e66968bfc97f28ee2bb4cffbbc5280c.setContent(html_623317702cd67312337406a04339bbfd);
|
|
|
|
|
|
|
|
marker_c8cb9bfce9588d8b8238c0d8d26c6535.bindPopup(popup_6e66968bfc97f28ee2bb4cffbbc5280c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8cb9bfce9588d8b8238c0d8d26c6535.setIcon(icon_d29ce0692eb1fa13e20bb44e8a57a63e);
|
|
|
|
|
|
var marker_ed7a5a858720efdeb6ac4d0ab8205ccf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3947b6704ca0fb8dc75a4dfaae30cf40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ae085fa3cb276ce64b194d57df3c73a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16ba127bdb737830508bf2be7f60502e = $(`<div id="html_16ba127bdb737830508bf2be7f60502e" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_3ae085fa3cb276ce64b194d57df3c73a.setContent(html_16ba127bdb737830508bf2be7f60502e);
|
|
|
|
|
|
|
|
marker_ed7a5a858720efdeb6ac4d0ab8205ccf.bindPopup(popup_3ae085fa3cb276ce64b194d57df3c73a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed7a5a858720efdeb6ac4d0ab8205ccf.setIcon(icon_3947b6704ca0fb8dc75a4dfaae30cf40);
|
|
|
|
|
|
var marker_f270e1c78fc2d12d1524177ab6356a65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7f15f58b0b56b5d7dd1d9c49942b2864 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fffcbfa7c4786cae10e91b7b5a58f7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_094ea5fbbbdc38709ad85ecb1c78a067 = $(`<div id="html_094ea5fbbbdc38709ad85ecb1c78a067" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_3fffcbfa7c4786cae10e91b7b5a58f7b.setContent(html_094ea5fbbbdc38709ad85ecb1c78a067);
|
|
|
|
|
|
|
|
marker_f270e1c78fc2d12d1524177ab6356a65.bindPopup(popup_3fffcbfa7c4786cae10e91b7b5a58f7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f270e1c78fc2d12d1524177ab6356a65.setIcon(icon_7f15f58b0b56b5d7dd1d9c49942b2864);
|
|
|
|
|
|
var marker_06ae6b7661ceb23beca98d29f6c52963 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_287a503b40c848b73f16d59d373645fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24d32067847951130326bfbbc9635d32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2e7957a4825f1d9a111503ed5e067d2 = $(`<div id="html_e2e7957a4825f1d9a111503ed5e067d2" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_24d32067847951130326bfbbc9635d32.setContent(html_e2e7957a4825f1d9a111503ed5e067d2);
|
|
|
|
|
|
|
|
marker_06ae6b7661ceb23beca98d29f6c52963.bindPopup(popup_24d32067847951130326bfbbc9635d32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ae6b7661ceb23beca98d29f6c52963.setIcon(icon_287a503b40c848b73f16d59d373645fc);
|
|
|
|
|
|
var marker_f3119af9007d45c06cf091c51fd3b41b = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b94f1bff0145b4f47cb62b2d2ff8ba20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76a6d4a9ee3d96321c6f2735bc0af306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4985cce2bec14b8083f0aef86de163c3 = $(`<div id="html_4985cce2bec14b8083f0aef86de163c3" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_76a6d4a9ee3d96321c6f2735bc0af306.setContent(html_4985cce2bec14b8083f0aef86de163c3);
|
|
|
|
|
|
|
|
marker_f3119af9007d45c06cf091c51fd3b41b.bindPopup(popup_76a6d4a9ee3d96321c6f2735bc0af306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3119af9007d45c06cf091c51fd3b41b.setIcon(icon_b94f1bff0145b4f47cb62b2d2ff8ba20);
|
|
|
|
|
|
var marker_64202817c1bcd949188b0af26df9095b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5d765709d3454e155913ba61fc943d94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fcc57eac0430b492f91f97f0dd280c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36f7811c271d4370251788c4e76d478b = $(`<div id="html_36f7811c271d4370251788c4e76d478b" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_5fcc57eac0430b492f91f97f0dd280c6.setContent(html_36f7811c271d4370251788c4e76d478b);
|
|
|
|
|
|
|
|
marker_64202817c1bcd949188b0af26df9095b.bindPopup(popup_5fcc57eac0430b492f91f97f0dd280c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64202817c1bcd949188b0af26df9095b.setIcon(icon_5d765709d3454e155913ba61fc943d94);
|
|
|
|
|
|
var marker_ff5a1629a55e94a1c1f8bac72e90df60 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_34d3d2df0f5933a9ad73a033371f0491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba7d1cd06059544ae3aec17f4ed9d9c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf056e53dcff116bf6ca5b7ba4ce388c = $(`<div id="html_bf056e53dcff116bf6ca5b7ba4ce388c" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_ba7d1cd06059544ae3aec17f4ed9d9c8.setContent(html_bf056e53dcff116bf6ca5b7ba4ce388c);
|
|
|
|
|
|
|
|
marker_ff5a1629a55e94a1c1f8bac72e90df60.bindPopup(popup_ba7d1cd06059544ae3aec17f4ed9d9c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff5a1629a55e94a1c1f8bac72e90df60.setIcon(icon_34d3d2df0f5933a9ad73a033371f0491);
|
|
|
|
|
|
var marker_7551445e997e79f6fd71626dd94141d9 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_872f6d645dc42a0b481e1a34c962dfb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_184f59b019c3ecf37fc43e95efe4d166 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7df1aed80d9be54b6fcc89844df5352e = $(`<div id="html_7df1aed80d9be54b6fcc89844df5352e" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_184f59b019c3ecf37fc43e95efe4d166.setContent(html_7df1aed80d9be54b6fcc89844df5352e);
|
|
|
|
|
|
|
|
marker_7551445e997e79f6fd71626dd94141d9.bindPopup(popup_184f59b019c3ecf37fc43e95efe4d166)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7551445e997e79f6fd71626dd94141d9.setIcon(icon_872f6d645dc42a0b481e1a34c962dfb8);
|
|
|
|
|
|
var marker_f49b9b0fc9825c2ca9de266b4081269a = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5821594a278ef60499244d0f46a195a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9961cee529a71d26b503e56ec7086f30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f9e9187fef7e3936b83dbca6ea219d7 = $(`<div id="html_6f9e9187fef7e3936b83dbca6ea219d7" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_9961cee529a71d26b503e56ec7086f30.setContent(html_6f9e9187fef7e3936b83dbca6ea219d7);
|
|
|
|
|
|
|
|
marker_f49b9b0fc9825c2ca9de266b4081269a.bindPopup(popup_9961cee529a71d26b503e56ec7086f30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f49b9b0fc9825c2ca9de266b4081269a.setIcon(icon_5821594a278ef60499244d0f46a195a4);
|
|
|
|
|
|
var marker_5771720c5f304a0f98dabf492800fb7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e1e80f4d0a45c1cf8a1737244cd6b381 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6040f7687e54bee3627a1f4e8eb665ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06f2feffeed7c0cfc02e2aa4a5660781 = $(`<div id="html_06f2feffeed7c0cfc02e2aa4a5660781" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_6040f7687e54bee3627a1f4e8eb665ac.setContent(html_06f2feffeed7c0cfc02e2aa4a5660781);
|
|
|
|
|
|
|
|
marker_5771720c5f304a0f98dabf492800fb7d.bindPopup(popup_6040f7687e54bee3627a1f4e8eb665ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5771720c5f304a0f98dabf492800fb7d.setIcon(icon_e1e80f4d0a45c1cf8a1737244cd6b381);
|
|
|
|
|
|
var marker_c08d93e2939f6e42e56149a7e745600f = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_fdca4f6170edacb0e663c48cb0341eb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e980a9a7032d421e920126479fda7323 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f38980b0b98812a6d03b25fe31f1c6ab = $(`<div id="html_f38980b0b98812a6d03b25fe31f1c6ab" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_e980a9a7032d421e920126479fda7323.setContent(html_f38980b0b98812a6d03b25fe31f1c6ab);
|
|
|
|
|
|
|
|
marker_c08d93e2939f6e42e56149a7e745600f.bindPopup(popup_e980a9a7032d421e920126479fda7323)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c08d93e2939f6e42e56149a7e745600f.setIcon(icon_fdca4f6170edacb0e663c48cb0341eb5);
|
|
|
|
|
|
var marker_a1093e3c9ef6366770e2b9f536743b70 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_fc5b7dbf86f6d3e83f4461ebea4f9206 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e309f5b0ed2e8612968063c3ca6937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26eb69897e5adf737e22c399358138b7 = $(`<div id="html_26eb69897e5adf737e22c399358138b7" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_84e309f5b0ed2e8612968063c3ca6937.setContent(html_26eb69897e5adf737e22c399358138b7);
|
|
|
|
|
|
|
|
marker_a1093e3c9ef6366770e2b9f536743b70.bindPopup(popup_84e309f5b0ed2e8612968063c3ca6937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1093e3c9ef6366770e2b9f536743b70.setIcon(icon_fc5b7dbf86f6d3e83f4461ebea4f9206);
|
|
|
|
|
|
var marker_6c9f3cb8cebea26d6ff3213996ae04c3 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_756363e476ec1b22a81881c3b7a5d740 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e891e8d0aba28651229acfeb14c06e97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0599a1bfc5846d3184ffb6261c1106e8 = $(`<div id="html_0599a1bfc5846d3184ffb6261c1106e8" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_e891e8d0aba28651229acfeb14c06e97.setContent(html_0599a1bfc5846d3184ffb6261c1106e8);
|
|
|
|
|
|
|
|
marker_6c9f3cb8cebea26d6ff3213996ae04c3.bindPopup(popup_e891e8d0aba28651229acfeb14c06e97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c9f3cb8cebea26d6ff3213996ae04c3.setIcon(icon_756363e476ec1b22a81881c3b7a5d740);
|
|
|
|
|
|
var marker_cd4ff7867163722f81eabfa5ba9ef786 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3ba2f8e1a1c5f2bc7340de1bfe9bf0a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb1b84a9eb1ca32c1601a5b92b6c0b41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7344fc2eef61fcb4fcc4a6dcf1f88ee = $(`<div id="html_f7344fc2eef61fcb4fcc4a6dcf1f88ee" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_eb1b84a9eb1ca32c1601a5b92b6c0b41.setContent(html_f7344fc2eef61fcb4fcc4a6dcf1f88ee);
|
|
|
|
|
|
|
|
marker_cd4ff7867163722f81eabfa5ba9ef786.bindPopup(popup_eb1b84a9eb1ca32c1601a5b92b6c0b41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd4ff7867163722f81eabfa5ba9ef786.setIcon(icon_3ba2f8e1a1c5f2bc7340de1bfe9bf0a8);
|
|
|
|
|
|
var marker_68845b77b245cdd51417a4235e34983c = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_979b65a36be08da66033097ac53d29e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6224cc578144a2c5914214a061439c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_129a785d578e0913a4b576a935dc6e18 = $(`<div id="html_129a785d578e0913a4b576a935dc6e18" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_a6224cc578144a2c5914214a061439c1.setContent(html_129a785d578e0913a4b576a935dc6e18);
|
|
|
|
|
|
|
|
marker_68845b77b245cdd51417a4235e34983c.bindPopup(popup_a6224cc578144a2c5914214a061439c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68845b77b245cdd51417a4235e34983c.setIcon(icon_979b65a36be08da66033097ac53d29e4);
|
|
|
|
|
|
var marker_3768ceff1098b36f93bb2ccdecd9c555 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0b86b0f84a62a52fb040ab9b0fd9505f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81a961648709d8dd7c00fe480808ae8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2127d0f674855fbc7c3499add78a7ef2 = $(`<div id="html_2127d0f674855fbc7c3499add78a7ef2" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_81a961648709d8dd7c00fe480808ae8f.setContent(html_2127d0f674855fbc7c3499add78a7ef2);
|
|
|
|
|
|
|
|
marker_3768ceff1098b36f93bb2ccdecd9c555.bindPopup(popup_81a961648709d8dd7c00fe480808ae8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3768ceff1098b36f93bb2ccdecd9c555.setIcon(icon_0b86b0f84a62a52fb040ab9b0fd9505f);
|
|
|
|
|
|
var marker_1042fbee8681d18832270bd09ec5a942 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_90b14f76ecfde258d7bc5caebb588122 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9ec93dd4ab64cc1cf68756706b45acf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55cf39560ef698b10734c2b4c31e738e = $(`<div id="html_55cf39560ef698b10734c2b4c31e738e" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_d9ec93dd4ab64cc1cf68756706b45acf.setContent(html_55cf39560ef698b10734c2b4c31e738e);
|
|
|
|
|
|
|
|
marker_1042fbee8681d18832270bd09ec5a942.bindPopup(popup_d9ec93dd4ab64cc1cf68756706b45acf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1042fbee8681d18832270bd09ec5a942.setIcon(icon_90b14f76ecfde258d7bc5caebb588122);
|
|
|
|
|
|
var marker_7c81ee976929d9721a4105dcb4aab3a1 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b46d6724cc9961ecee5f29e6312f352d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_556a8e74c89965b5bb90efc3bd4a370f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e073e8796a43ced67990f2ac45e19fbe = $(`<div id="html_e073e8796a43ced67990f2ac45e19fbe" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_556a8e74c89965b5bb90efc3bd4a370f.setContent(html_e073e8796a43ced67990f2ac45e19fbe);
|
|
|
|
|
|
|
|
marker_7c81ee976929d9721a4105dcb4aab3a1.bindPopup(popup_556a8e74c89965b5bb90efc3bd4a370f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c81ee976929d9721a4105dcb4aab3a1.setIcon(icon_b46d6724cc9961ecee5f29e6312f352d);
|
|
|
|
|
|
var marker_01f9b3cf634a96d337e59c4515b8b500 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a7d39eabbbe63a20e1734100c8b15e90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_497b55f7d3f4d33b2d9cfda206a17a50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21e8c519d6980914195f46882e20d63e = $(`<div id="html_21e8c519d6980914195f46882e20d63e" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_497b55f7d3f4d33b2d9cfda206a17a50.setContent(html_21e8c519d6980914195f46882e20d63e);
|
|
|
|
|
|
|
|
marker_01f9b3cf634a96d337e59c4515b8b500.bindPopup(popup_497b55f7d3f4d33b2d9cfda206a17a50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f9b3cf634a96d337e59c4515b8b500.setIcon(icon_a7d39eabbbe63a20e1734100c8b15e90);
|
|
|
|
|
|
var marker_a9a4d8553d9b17ecdf3ea7c2731a5c96 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_75652375aaef7e86dae3932cde533890 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94a617377a05ccf6cfbb717f58b6cb20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a35f6879443d2986daf3ee8dc6b2d41 = $(`<div id="html_6a35f6879443d2986daf3ee8dc6b2d41" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_94a617377a05ccf6cfbb717f58b6cb20.setContent(html_6a35f6879443d2986daf3ee8dc6b2d41);
|
|
|
|
|
|
|
|
marker_a9a4d8553d9b17ecdf3ea7c2731a5c96.bindPopup(popup_94a617377a05ccf6cfbb717f58b6cb20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9a4d8553d9b17ecdf3ea7c2731a5c96.setIcon(icon_75652375aaef7e86dae3932cde533890);
|
|
|
|
|
|
var marker_67d33da67a75467110c12766fc541eff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7df7d2bf3aff81f6f256de1edbe0fc15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd151f8c081796b1efbdfc6243a64345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1ec450bb24d52cdc70ee45ea3d431e8 = $(`<div id="html_b1ec450bb24d52cdc70ee45ea3d431e8" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_fd151f8c081796b1efbdfc6243a64345.setContent(html_b1ec450bb24d52cdc70ee45ea3d431e8);
|
|
|
|
|
|
|
|
marker_67d33da67a75467110c12766fc541eff.bindPopup(popup_fd151f8c081796b1efbdfc6243a64345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67d33da67a75467110c12766fc541eff.setIcon(icon_7df7d2bf3aff81f6f256de1edbe0fc15);
|
|
|
|
|
|
var marker_ac4a36aa197911324fb6c1826beba348 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_68279f2f3167920f2c33706e5aee7088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96f7e5998200ae91e5ac911ebd9f39de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1636eff992c01c49f98f470d2c6c574 = $(`<div id="html_e1636eff992c01c49f98f470d2c6c574" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_96f7e5998200ae91e5ac911ebd9f39de.setContent(html_e1636eff992c01c49f98f470d2c6c574);
|
|
|
|
|
|
|
|
marker_ac4a36aa197911324fb6c1826beba348.bindPopup(popup_96f7e5998200ae91e5ac911ebd9f39de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac4a36aa197911324fb6c1826beba348.setIcon(icon_68279f2f3167920f2c33706e5aee7088);
|
|
|
|
|
|
var marker_dbb8b10afbda3cb46d6dcc12500939eb = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_442f912964e079fde9818d860cf53afb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fbf4832e5484a12f31ebfbce289d017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4faf3e6a0f127740f57cd5b41c47df4c = $(`<div id="html_4faf3e6a0f127740f57cd5b41c47df4c" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_1fbf4832e5484a12f31ebfbce289d017.setContent(html_4faf3e6a0f127740f57cd5b41c47df4c);
|
|
|
|
|
|
|
|
marker_dbb8b10afbda3cb46d6dcc12500939eb.bindPopup(popup_1fbf4832e5484a12f31ebfbce289d017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbb8b10afbda3cb46d6dcc12500939eb.setIcon(icon_442f912964e079fde9818d860cf53afb);
|
|
|
|
|
|
var marker_7e40ccc883b9f273193a522348ad1e64 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_46505f43c120a068767fe9512b53eaf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e859b84a869bcb557ee408a66a329cf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2dc5bb64884702b9506523bacc58bb9 = $(`<div id="html_b2dc5bb64884702b9506523bacc58bb9" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_e859b84a869bcb557ee408a66a329cf1.setContent(html_b2dc5bb64884702b9506523bacc58bb9);
|
|
|
|
|
|
|
|
marker_7e40ccc883b9f273193a522348ad1e64.bindPopup(popup_e859b84a869bcb557ee408a66a329cf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e40ccc883b9f273193a522348ad1e64.setIcon(icon_46505f43c120a068767fe9512b53eaf0);
|
|
|
|
|
|
var marker_c48c8a8f862fc364900f134b5a96727e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_87b471b06343d1a6c413bcd3d1505fda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_936d808604c3610c2ea5b1bdb8fa5911 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa2e5bb3d926b18df69baff564f316d = $(`<div id="html_baa2e5bb3d926b18df69baff564f316d" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_936d808604c3610c2ea5b1bdb8fa5911.setContent(html_baa2e5bb3d926b18df69baff564f316d);
|
|
|
|
|
|
|
|
marker_c48c8a8f862fc364900f134b5a96727e.bindPopup(popup_936d808604c3610c2ea5b1bdb8fa5911)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c48c8a8f862fc364900f134b5a96727e.setIcon(icon_87b471b06343d1a6c413bcd3d1505fda);
|
|
|
|
|
|
var marker_2f9baac66fdf4c07a5dc14a4bef554e2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7e0acaf0e4f99d506c29ba62e08ca32e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d4ed45d11c7f55f84275cc9feca0d4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b044fee4c8457f3f4bb1ad8389b6d17 = $(`<div id="html_0b044fee4c8457f3f4bb1ad8389b6d17" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_8d4ed45d11c7f55f84275cc9feca0d4b.setContent(html_0b044fee4c8457f3f4bb1ad8389b6d17);
|
|
|
|
|
|
|
|
marker_2f9baac66fdf4c07a5dc14a4bef554e2.bindPopup(popup_8d4ed45d11c7f55f84275cc9feca0d4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f9baac66fdf4c07a5dc14a4bef554e2.setIcon(icon_7e0acaf0e4f99d506c29ba62e08ca32e);
|
|
|
|
|
|
var marker_b81e8cdc35bad66d67d330035f87fb50 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a900febca377a610115f77db872cb96c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_706ce2ec13059969f0c88546b9460ef1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_806ce0e2a8b3550229ddeadfe4b773b1 = $(`<div id="html_806ce0e2a8b3550229ddeadfe4b773b1" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_706ce2ec13059969f0c88546b9460ef1.setContent(html_806ce0e2a8b3550229ddeadfe4b773b1);
|
|
|
|
|
|
|
|
marker_b81e8cdc35bad66d67d330035f87fb50.bindPopup(popup_706ce2ec13059969f0c88546b9460ef1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b81e8cdc35bad66d67d330035f87fb50.setIcon(icon_a900febca377a610115f77db872cb96c);
|
|
|
|
|
|
var marker_9209f765aa87ea4231b8220a98fcbad8 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_e22ae5d1ce43a222edbc5ef9c264468f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6353a1c2efa5c37bdd7a3938faa4a1f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c543290d3bdffda2e11cd9366055fef = $(`<div id="html_3c543290d3bdffda2e11cd9366055fef" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_6353a1c2efa5c37bdd7a3938faa4a1f7.setContent(html_3c543290d3bdffda2e11cd9366055fef);
|
|
|
|
|
|
|
|
marker_9209f765aa87ea4231b8220a98fcbad8.bindPopup(popup_6353a1c2efa5c37bdd7a3938faa4a1f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9209f765aa87ea4231b8220a98fcbad8.setIcon(icon_e22ae5d1ce43a222edbc5ef9c264468f);
|
|
|
|
|
|
var marker_e607f97ac3067422cb3fd462e131753f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a40e246b4e4a09dfafab994294398742 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_849ee0f8e6f601460fb9ff9441bc84a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c3b434245324ccfadbfd3888eb4e218 = $(`<div id="html_0c3b434245324ccfadbfd3888eb4e218" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_849ee0f8e6f601460fb9ff9441bc84a2.setContent(html_0c3b434245324ccfadbfd3888eb4e218);
|
|
|
|
|
|
|
|
marker_e607f97ac3067422cb3fd462e131753f.bindPopup(popup_849ee0f8e6f601460fb9ff9441bc84a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e607f97ac3067422cb3fd462e131753f.setIcon(icon_a40e246b4e4a09dfafab994294398742);
|
|
|
|
|
|
var marker_ef5ac24d6593ae6a6aaa04f8ea0069dd = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f84908e4f0077c8bbe9f9a4cbb55e9df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fc25c006c46de389af3e7d3aa60ad08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_665b3ff8b9ca1e1683ac87c1db4119f7 = $(`<div id="html_665b3ff8b9ca1e1683ac87c1db4119f7" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_4fc25c006c46de389af3e7d3aa60ad08.setContent(html_665b3ff8b9ca1e1683ac87c1db4119f7);
|
|
|
|
|
|
|
|
marker_ef5ac24d6593ae6a6aaa04f8ea0069dd.bindPopup(popup_4fc25c006c46de389af3e7d3aa60ad08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef5ac24d6593ae6a6aaa04f8ea0069dd.setIcon(icon_f84908e4f0077c8bbe9f9a4cbb55e9df);
|
|
|
|
|
|
var marker_4ceff9b396c7c55c1a290ad8e59d9435 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4dbc778d78ac288306762465d22a930b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2c2bde319aa314da9d8a0cd415c1d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cad6d5754e0b07af4ae96a6414e0d90 = $(`<div id="html_8cad6d5754e0b07af4ae96a6414e0d90" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_f2c2bde319aa314da9d8a0cd415c1d3a.setContent(html_8cad6d5754e0b07af4ae96a6414e0d90);
|
|
|
|
|
|
|
|
marker_4ceff9b396c7c55c1a290ad8e59d9435.bindPopup(popup_f2c2bde319aa314da9d8a0cd415c1d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ceff9b396c7c55c1a290ad8e59d9435.setIcon(icon_4dbc778d78ac288306762465d22a930b);
|
|
|
|
|
|
var marker_095eef77e2d4a4908b807bc85a5df2b5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_27ad078d82f1970a718844c85c79370d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ae66d184dc1521831f151aeba6f94ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35df198ddd241d3e97cfeb460e8574ba = $(`<div id="html_35df198ddd241d3e97cfeb460e8574ba" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_3ae66d184dc1521831f151aeba6f94ef.setContent(html_35df198ddd241d3e97cfeb460e8574ba);
|
|
|
|
|
|
|
|
marker_095eef77e2d4a4908b807bc85a5df2b5.bindPopup(popup_3ae66d184dc1521831f151aeba6f94ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_095eef77e2d4a4908b807bc85a5df2b5.setIcon(icon_27ad078d82f1970a718844c85c79370d);
|
|
|
|
|
|
var marker_797681f92d00277a246f7b64f0eec78b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6bc78c861bcf6dd9cc6331f9a308b127 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9a83b477da3f33053c468e332789cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d3544df5683b3dfaf69d4086b325459 = $(`<div id="html_8d3544df5683b3dfaf69d4086b325459" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_d9a83b477da3f33053c468e332789cf5.setContent(html_8d3544df5683b3dfaf69d4086b325459);
|
|
|
|
|
|
|
|
marker_797681f92d00277a246f7b64f0eec78b.bindPopup(popup_d9a83b477da3f33053c468e332789cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_797681f92d00277a246f7b64f0eec78b.setIcon(icon_6bc78c861bcf6dd9cc6331f9a308b127);
|
|
|
|
|
|
var marker_078f57c7fbaa82f9c0c169a256feca45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d8518d19a3b22afe23f08e484058ae31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07f5eb7dc1209c3619458737ba1abbcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5704c01b7936edbba05e1cac2c0db730 = $(`<div id="html_5704c01b7936edbba05e1cac2c0db730" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_07f5eb7dc1209c3619458737ba1abbcd.setContent(html_5704c01b7936edbba05e1cac2c0db730);
|
|
|
|
|
|
|
|
marker_078f57c7fbaa82f9c0c169a256feca45.bindPopup(popup_07f5eb7dc1209c3619458737ba1abbcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_078f57c7fbaa82f9c0c169a256feca45.setIcon(icon_d8518d19a3b22afe23f08e484058ae31);
|
|
|
|
|
|
var marker_9d64ce3f1463cd7c5f4c4fd922e03566 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_01c2e401ec62d10fed7d8471034284f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f4f308ecbcecf1ebe5a7ab1d83e473b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0481deeffaad9c0ce1336841c90b97d8 = $(`<div id="html_0481deeffaad9c0ce1336841c90b97d8" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_7f4f308ecbcecf1ebe5a7ab1d83e473b.setContent(html_0481deeffaad9c0ce1336841c90b97d8);
|
|
|
|
|
|
|
|
marker_9d64ce3f1463cd7c5f4c4fd922e03566.bindPopup(popup_7f4f308ecbcecf1ebe5a7ab1d83e473b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d64ce3f1463cd7c5f4c4fd922e03566.setIcon(icon_01c2e401ec62d10fed7d8471034284f8);
|
|
|
|
|
|
var marker_771fe180a87503c8e13dfe3a450583c9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_24a6050e470b316973976f52235615cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f047c2426a4268dc39fb5109a5f3f7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_230c1269f4a66076dbd898c3730605af = $(`<div id="html_230c1269f4a66076dbd898c3730605af" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_9f047c2426a4268dc39fb5109a5f3f7f.setContent(html_230c1269f4a66076dbd898c3730605af);
|
|
|
|
|
|
|
|
marker_771fe180a87503c8e13dfe3a450583c9.bindPopup(popup_9f047c2426a4268dc39fb5109a5f3f7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_771fe180a87503c8e13dfe3a450583c9.setIcon(icon_24a6050e470b316973976f52235615cb);
|
|
|
|
|
|
var marker_428a91f5aae8580ba51dc3c43698832c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_46d2058d3039ba603dac2e4d929ee174 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73d00a997f92862d501820daf20e4246 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a19eadc1e5f684fa816295e950575a0 = $(`<div id="html_0a19eadc1e5f684fa816295e950575a0" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_73d00a997f92862d501820daf20e4246.setContent(html_0a19eadc1e5f684fa816295e950575a0);
|
|
|
|
|
|
|
|
marker_428a91f5aae8580ba51dc3c43698832c.bindPopup(popup_73d00a997f92862d501820daf20e4246)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_428a91f5aae8580ba51dc3c43698832c.setIcon(icon_46d2058d3039ba603dac2e4d929ee174);
|
|
|
|
|
|
var marker_ee149944280c5c8f01e0a0d00030e82e = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ca814db015b1446478cb7dd099be64d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71e6a9e067a2efcab5f33ff35c70f32c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4c2c4a1531c752fbb3c19c4bf185255 = $(`<div id="html_e4c2c4a1531c752fbb3c19c4bf185255" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_71e6a9e067a2efcab5f33ff35c70f32c.setContent(html_e4c2c4a1531c752fbb3c19c4bf185255);
|
|
|
|
|
|
|
|
marker_ee149944280c5c8f01e0a0d00030e82e.bindPopup(popup_71e6a9e067a2efcab5f33ff35c70f32c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee149944280c5c8f01e0a0d00030e82e.setIcon(icon_ca814db015b1446478cb7dd099be64d6);
|
|
|
|
|
|
var marker_80b37ca354b50b3edb342917494e58ae = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d86d2f663507e9b0429f9191997ae07a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b96d79e2100f0a56003656fab499606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8921530974973847b48602c20d182e00 = $(`<div id="html_8921530974973847b48602c20d182e00" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_4b96d79e2100f0a56003656fab499606.setContent(html_8921530974973847b48602c20d182e00);
|
|
|
|
|
|
|
|
marker_80b37ca354b50b3edb342917494e58ae.bindPopup(popup_4b96d79e2100f0a56003656fab499606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80b37ca354b50b3edb342917494e58ae.setIcon(icon_d86d2f663507e9b0429f9191997ae07a);
|
|
|
|
|
|
var marker_cfbb980d5d4eb59f9880c326a7378a41 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4571f6f94c3d5aa0e2596818358756ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e96a11d08c2931b6946b94dab5d1daa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26c095f9573ce03b28dcac8d657107b4 = $(`<div id="html_26c095f9573ce03b28dcac8d657107b4" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_e96a11d08c2931b6946b94dab5d1daa4.setContent(html_26c095f9573ce03b28dcac8d657107b4);
|
|
|
|
|
|
|
|
marker_cfbb980d5d4eb59f9880c326a7378a41.bindPopup(popup_e96a11d08c2931b6946b94dab5d1daa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfbb980d5d4eb59f9880c326a7378a41.setIcon(icon_4571f6f94c3d5aa0e2596818358756ff);
|
|
|
|
|
|
var marker_2732ee32a638ccdcd17a68f24129b880 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_cb71d7af72c201af5bb73c42dac48928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8997a55480bd8d5d72c61013756ddd84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeafd2db1b3c9c4355c98a85317ad032 = $(`<div id="html_eeafd2db1b3c9c4355c98a85317ad032" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_8997a55480bd8d5d72c61013756ddd84.setContent(html_eeafd2db1b3c9c4355c98a85317ad032);
|
|
|
|
|
|
|
|
marker_2732ee32a638ccdcd17a68f24129b880.bindPopup(popup_8997a55480bd8d5d72c61013756ddd84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2732ee32a638ccdcd17a68f24129b880.setIcon(icon_cb71d7af72c201af5bb73c42dac48928);
|
|
|
|
|
|
var marker_59d350389d9515e519fb972bb89bcd41 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3c243defa16250dca585e86be833a627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ff78586cbd693a223ffc6d9ce9f5e5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b22f73fcef838eab779683afab6cbc8c = $(`<div id="html_b22f73fcef838eab779683afab6cbc8c" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_4ff78586cbd693a223ffc6d9ce9f5e5d.setContent(html_b22f73fcef838eab779683afab6cbc8c);
|
|
|
|
|
|
|
|
marker_59d350389d9515e519fb972bb89bcd41.bindPopup(popup_4ff78586cbd693a223ffc6d9ce9f5e5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59d350389d9515e519fb972bb89bcd41.setIcon(icon_3c243defa16250dca585e86be833a627);
|
|
|
|
|
|
var marker_a4c192242fea4ac9974c3949dc7e3e0e = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_9f80a25845190dc67a65a62a950a4330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90f20715e79701a537cadbbe60780301 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35cb76cfac114979835eb5ab2a6b3cb8 = $(`<div id="html_35cb76cfac114979835eb5ab2a6b3cb8" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_90f20715e79701a537cadbbe60780301.setContent(html_35cb76cfac114979835eb5ab2a6b3cb8);
|
|
|
|
|
|
|
|
marker_a4c192242fea4ac9974c3949dc7e3e0e.bindPopup(popup_90f20715e79701a537cadbbe60780301)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4c192242fea4ac9974c3949dc7e3e0e.setIcon(icon_9f80a25845190dc67a65a62a950a4330);
|
|
|
|
|
|
var marker_8f49b1896b3a2f50cb69110d763a4aca = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5ae6f2848f3cddff1601f9ac8072e379 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3f0c7b0179960ee161b0b97c849f159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52dc329b6ff8de73892058076ff7f894 = $(`<div id="html_52dc329b6ff8de73892058076ff7f894" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_b3f0c7b0179960ee161b0b97c849f159.setContent(html_52dc329b6ff8de73892058076ff7f894);
|
|
|
|
|
|
|
|
marker_8f49b1896b3a2f50cb69110d763a4aca.bindPopup(popup_b3f0c7b0179960ee161b0b97c849f159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f49b1896b3a2f50cb69110d763a4aca.setIcon(icon_5ae6f2848f3cddff1601f9ac8072e379);
|
|
|
|
|
|
var marker_574d02ab3f8680fdf6302ac5b88cafb4 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c56759a3ab5f04b468d04ac1b9aa7470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57def89ae4c731986239bca08c57005c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5eee93ddb2726260886a53717ee7bd2 = $(`<div id="html_d5eee93ddb2726260886a53717ee7bd2" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_57def89ae4c731986239bca08c57005c.setContent(html_d5eee93ddb2726260886a53717ee7bd2);
|
|
|
|
|
|
|
|
marker_574d02ab3f8680fdf6302ac5b88cafb4.bindPopup(popup_57def89ae4c731986239bca08c57005c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_574d02ab3f8680fdf6302ac5b88cafb4.setIcon(icon_c56759a3ab5f04b468d04ac1b9aa7470);
|
|
|
|
|
|
var marker_74c888304b8fe37c497adf66493b3b83 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_244edd1ec5f555e691ffbef4ceab8e9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79fda482b203d7b97f4dfb203e4d6c54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5bc5ac981df8327c00db96eefafa3f7 = $(`<div id="html_e5bc5ac981df8327c00db96eefafa3f7" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_79fda482b203d7b97f4dfb203e4d6c54.setContent(html_e5bc5ac981df8327c00db96eefafa3f7);
|
|
|
|
|
|
|
|
marker_74c888304b8fe37c497adf66493b3b83.bindPopup(popup_79fda482b203d7b97f4dfb203e4d6c54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74c888304b8fe37c497adf66493b3b83.setIcon(icon_244edd1ec5f555e691ffbef4ceab8e9b);
|
|
|
|
|
|
var marker_5dc414716e51779258d582bafe6c718b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f30ca83d9641c70552113d70798ed267 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7346974c0ef2c9d14c05d6290a6cdd28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_480a51ee8a4384ffa3831d593b8362c3 = $(`<div id="html_480a51ee8a4384ffa3831d593b8362c3" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_7346974c0ef2c9d14c05d6290a6cdd28.setContent(html_480a51ee8a4384ffa3831d593b8362c3);
|
|
|
|
|
|
|
|
marker_5dc414716e51779258d582bafe6c718b.bindPopup(popup_7346974c0ef2c9d14c05d6290a6cdd28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dc414716e51779258d582bafe6c718b.setIcon(icon_f30ca83d9641c70552113d70798ed267);
|
|
|
|
|
|
var marker_087313eb3cc82d8cb71fd010aeb87245 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_052659898610e5e35e0797e69411cbd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2ba4992142161e0996786f0704ef472 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e1333584b0f0073f49fcee9ba493058 = $(`<div id="html_1e1333584b0f0073f49fcee9ba493058" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_e2ba4992142161e0996786f0704ef472.setContent(html_1e1333584b0f0073f49fcee9ba493058);
|
|
|
|
|
|
|
|
marker_087313eb3cc82d8cb71fd010aeb87245.bindPopup(popup_e2ba4992142161e0996786f0704ef472)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087313eb3cc82d8cb71fd010aeb87245.setIcon(icon_052659898610e5e35e0797e69411cbd7);
|
|
|
|
|
|
var marker_02ad5186bca148deb3669ecf532ce5de = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a762ce27a7e2ed4e52d5426e0ac70d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7400a5628280f7ec24e12d6716775cc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffb4eb4091a4dfc020c0e3d050432c1e = $(`<div id="html_ffb4eb4091a4dfc020c0e3d050432c1e" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_7400a5628280f7ec24e12d6716775cc0.setContent(html_ffb4eb4091a4dfc020c0e3d050432c1e);
|
|
|
|
|
|
|
|
marker_02ad5186bca148deb3669ecf532ce5de.bindPopup(popup_7400a5628280f7ec24e12d6716775cc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02ad5186bca148deb3669ecf532ce5de.setIcon(icon_a762ce27a7e2ed4e52d5426e0ac70d8b);
|
|
|
|
|
|
var marker_8a52cdbe38d6ea256fa66395446f4fa1 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7acc97420bba03319ee6b7f06df5d5ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b19f2b21e61165fc3017db0596764f22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0627e8b2740fbc90ca6c354faf832911 = $(`<div id="html_0627e8b2740fbc90ca6c354faf832911" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_b19f2b21e61165fc3017db0596764f22.setContent(html_0627e8b2740fbc90ca6c354faf832911);
|
|
|
|
|
|
|
|
marker_8a52cdbe38d6ea256fa66395446f4fa1.bindPopup(popup_b19f2b21e61165fc3017db0596764f22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a52cdbe38d6ea256fa66395446f4fa1.setIcon(icon_7acc97420bba03319ee6b7f06df5d5ce);
|
|
|
|
|
|
var marker_578083c8d018fee9cc61ccb751ef97f2 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_09d093ccffc1beafc6ac053d2344bee6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b48e240ca8a9ae59fd71e72c36e13b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a14aec466d9272a1ce01227093070e2b = $(`<div id="html_a14aec466d9272a1ce01227093070e2b" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_9b48e240ca8a9ae59fd71e72c36e13b8.setContent(html_a14aec466d9272a1ce01227093070e2b);
|
|
|
|
|
|
|
|
marker_578083c8d018fee9cc61ccb751ef97f2.bindPopup(popup_9b48e240ca8a9ae59fd71e72c36e13b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578083c8d018fee9cc61ccb751ef97f2.setIcon(icon_09d093ccffc1beafc6ac053d2344bee6);
|
|
|
|
|
|
var marker_98af774f6905fb072e6a8487091d9d9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_90bbbd3e8badb1fd64fa4b22e57b12b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26c1a4f4a7fb32945e46221fef53a13f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb9d10f30248e3f8ec80a79f92d54520 = $(`<div id="html_bb9d10f30248e3f8ec80a79f92d54520" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_26c1a4f4a7fb32945e46221fef53a13f.setContent(html_bb9d10f30248e3f8ec80a79f92d54520);
|
|
|
|
|
|
|
|
marker_98af774f6905fb072e6a8487091d9d9d.bindPopup(popup_26c1a4f4a7fb32945e46221fef53a13f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98af774f6905fb072e6a8487091d9d9d.setIcon(icon_90bbbd3e8badb1fd64fa4b22e57b12b5);
|
|
|
|
|
|
var marker_c6cdddd6e43d35764c9aeaecb9f046bc = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_803d2067beed614220701c7a0d107420 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6a8d768f8aa70ade981861ae58b253e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_556d2e04df514e5c20407825a28366a4 = $(`<div id="html_556d2e04df514e5c20407825a28366a4" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_a6a8d768f8aa70ade981861ae58b253e.setContent(html_556d2e04df514e5c20407825a28366a4);
|
|
|
|
|
|
|
|
marker_c6cdddd6e43d35764c9aeaecb9f046bc.bindPopup(popup_a6a8d768f8aa70ade981861ae58b253e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6cdddd6e43d35764c9aeaecb9f046bc.setIcon(icon_803d2067beed614220701c7a0d107420);
|
|
|
|
|
|
var marker_e06e8bb0b244ecacd1c1f89d5de20aca = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6410b4550bc69f6c021cd1f7fb765467 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85522dc6a115d201b20d163c0df60d70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea761adb557e0f261e1b535a357b12f0 = $(`<div id="html_ea761adb557e0f261e1b535a357b12f0" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_85522dc6a115d201b20d163c0df60d70.setContent(html_ea761adb557e0f261e1b535a357b12f0);
|
|
|
|
|
|
|
|
marker_e06e8bb0b244ecacd1c1f89d5de20aca.bindPopup(popup_85522dc6a115d201b20d163c0df60d70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e06e8bb0b244ecacd1c1f89d5de20aca.setIcon(icon_6410b4550bc69f6c021cd1f7fb765467);
|
|
|
|
|
|
var marker_5e791c326ee653e5b66f2d357909eb5f = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0a072d75f6efff989f4c247d7cdf632e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1313f9ff400894dd958629c837d3579b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c957aee5deba7e2f02808e1d4f4b2de6 = $(`<div id="html_c957aee5deba7e2f02808e1d4f4b2de6" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_1313f9ff400894dd958629c837d3579b.setContent(html_c957aee5deba7e2f02808e1d4f4b2de6);
|
|
|
|
|
|
|
|
marker_5e791c326ee653e5b66f2d357909eb5f.bindPopup(popup_1313f9ff400894dd958629c837d3579b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e791c326ee653e5b66f2d357909eb5f.setIcon(icon_0a072d75f6efff989f4c247d7cdf632e);
|
|
|
|
|
|
var marker_8cf37f290d514ea961d7413705256e37 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0a4833dd0d3fd9981153606e1cebaa5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a487035f09730e0277036421ab721336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d34542fa0f022c45b24a9a88435fafc = $(`<div id="html_5d34542fa0f022c45b24a9a88435fafc" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_a487035f09730e0277036421ab721336.setContent(html_5d34542fa0f022c45b24a9a88435fafc);
|
|
|
|
|
|
|
|
marker_8cf37f290d514ea961d7413705256e37.bindPopup(popup_a487035f09730e0277036421ab721336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cf37f290d514ea961d7413705256e37.setIcon(icon_0a4833dd0d3fd9981153606e1cebaa5e);
|
|
|
|
|
|
var marker_8ac2eef1e7961af6b8ab0a06d4ce4a09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ec03dfa76285bdd5d98ad8b50ac57bf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e60caf89df0752e8655addb583aef723 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04b9ff23838ef9382877f9339cd489d7 = $(`<div id="html_04b9ff23838ef9382877f9339cd489d7" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_e60caf89df0752e8655addb583aef723.setContent(html_04b9ff23838ef9382877f9339cd489d7);
|
|
|
|
|
|
|
|
marker_8ac2eef1e7961af6b8ab0a06d4ce4a09.bindPopup(popup_e60caf89df0752e8655addb583aef723)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ac2eef1e7961af6b8ab0a06d4ce4a09.setIcon(icon_ec03dfa76285bdd5d98ad8b50ac57bf6);
|
|
|
|
|
|
var marker_44aa3d9bd37ff965b3bbcb9a80840486 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ebc655900cda4f892c2cd78ec3375e00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81d37cf88dcedd8a1f1874fac548b659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b16bd334c3d6d77aaaca51b3fff23b5a = $(`<div id="html_b16bd334c3d6d77aaaca51b3fff23b5a" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_81d37cf88dcedd8a1f1874fac548b659.setContent(html_b16bd334c3d6d77aaaca51b3fff23b5a);
|
|
|
|
|
|
|
|
marker_44aa3d9bd37ff965b3bbcb9a80840486.bindPopup(popup_81d37cf88dcedd8a1f1874fac548b659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44aa3d9bd37ff965b3bbcb9a80840486.setIcon(icon_ebc655900cda4f892c2cd78ec3375e00);
|
|
|
|
|
|
var marker_5df5101fa39ec60558633c16a1257493 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ba12c6569c9e2d9c13c6c36e2650cb1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58ed21023c3ad4aa6f1d69774413fb65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07f766884aace576ec0aae1f074bb3a0 = $(`<div id="html_07f766884aace576ec0aae1f074bb3a0" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_58ed21023c3ad4aa6f1d69774413fb65.setContent(html_07f766884aace576ec0aae1f074bb3a0);
|
|
|
|
|
|
|
|
marker_5df5101fa39ec60558633c16a1257493.bindPopup(popup_58ed21023c3ad4aa6f1d69774413fb65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5df5101fa39ec60558633c16a1257493.setIcon(icon_ba12c6569c9e2d9c13c6c36e2650cb1a);
|
|
|
|
|
|
var marker_8be9b53df32d0521f16ca663cf6cbf44 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_166d577123f3c05796d28616569df7e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c957ac7d28a362b8d665cf26e0981ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d1ecee36dfd8d5bdfe8a330d8488c21 = $(`<div id="html_1d1ecee36dfd8d5bdfe8a330d8488c21" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_4c957ac7d28a362b8d665cf26e0981ca.setContent(html_1d1ecee36dfd8d5bdfe8a330d8488c21);
|
|
|
|
|
|
|
|
marker_8be9b53df32d0521f16ca663cf6cbf44.bindPopup(popup_4c957ac7d28a362b8d665cf26e0981ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8be9b53df32d0521f16ca663cf6cbf44.setIcon(icon_166d577123f3c05796d28616569df7e6);
|
|
|
|
|
|
var marker_812c45519ea446905e4e5cf079ca201f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_afa4e7594a9520216c0936f4939157e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5587cca400e8c310f7061fa48d20e470 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c00b12eb3088c72c8cf9dc3874366850 = $(`<div id="html_c00b12eb3088c72c8cf9dc3874366850" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_5587cca400e8c310f7061fa48d20e470.setContent(html_c00b12eb3088c72c8cf9dc3874366850);
|
|
|
|
|
|
|
|
marker_812c45519ea446905e4e5cf079ca201f.bindPopup(popup_5587cca400e8c310f7061fa48d20e470)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_812c45519ea446905e4e5cf079ca201f.setIcon(icon_afa4e7594a9520216c0936f4939157e1);
|
|
|
|
|
|
var marker_77081bf46e6e9c0023b8d232b2ca8706 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_056e6c5d121ceac48ed0e09f73ec5b56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf657c89037dfb86445f46f198c06542 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31cd2e81fc63476c68512ffd70ea6c7f = $(`<div id="html_31cd2e81fc63476c68512ffd70ea6c7f" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_bf657c89037dfb86445f46f198c06542.setContent(html_31cd2e81fc63476c68512ffd70ea6c7f);
|
|
|
|
|
|
|
|
marker_77081bf46e6e9c0023b8d232b2ca8706.bindPopup(popup_bf657c89037dfb86445f46f198c06542)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77081bf46e6e9c0023b8d232b2ca8706.setIcon(icon_056e6c5d121ceac48ed0e09f73ec5b56);
|
|
|
|
|
|
var marker_316fb99d8c652cda4ca71d13f747af82 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a096aec65ea966b3c9e9c68ff4c045b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e12213103a69bdeaea9e7f5a81e2b403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df31f95bdd14a2d92243ab2dc1ab5fe0 = $(`<div id="html_df31f95bdd14a2d92243ab2dc1ab5fe0" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_e12213103a69bdeaea9e7f5a81e2b403.setContent(html_df31f95bdd14a2d92243ab2dc1ab5fe0);
|
|
|
|
|
|
|
|
marker_316fb99d8c652cda4ca71d13f747af82.bindPopup(popup_e12213103a69bdeaea9e7f5a81e2b403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_316fb99d8c652cda4ca71d13f747af82.setIcon(icon_a096aec65ea966b3c9e9c68ff4c045b9);
|
|
|
|
|
|
var marker_edee13fd10868d5e8faa684ea5ff0c74 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_35a13c41df64425aafb7676dc17f5563 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be6457936445a04921a8361c3cd1b451 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_490b1a96729a775a2b78e98b008469eb = $(`<div id="html_490b1a96729a775a2b78e98b008469eb" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_be6457936445a04921a8361c3cd1b451.setContent(html_490b1a96729a775a2b78e98b008469eb);
|
|
|
|
|
|
|
|
marker_edee13fd10868d5e8faa684ea5ff0c74.bindPopup(popup_be6457936445a04921a8361c3cd1b451)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edee13fd10868d5e8faa684ea5ff0c74.setIcon(icon_35a13c41df64425aafb7676dc17f5563);
|
|
|
|
|
|
var marker_4395cf4037f1e69efa96e8ba31c8124a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_b11bde1456592bb0be0206333ce21ebc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a846155ecddf640864a2bdfcae7ff554 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c31e432fb457a8b43c0eede28f74b8c = $(`<div id="html_0c31e432fb457a8b43c0eede28f74b8c" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_a846155ecddf640864a2bdfcae7ff554.setContent(html_0c31e432fb457a8b43c0eede28f74b8c);
|
|
|
|
|
|
|
|
marker_4395cf4037f1e69efa96e8ba31c8124a.bindPopup(popup_a846155ecddf640864a2bdfcae7ff554)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4395cf4037f1e69efa96e8ba31c8124a.setIcon(icon_b11bde1456592bb0be0206333ce21ebc);
|
|
|
|
|
|
var marker_df78e7db6421340afdf10cc0fc291287 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0fd11219c5a3cb64f781383b3de2ae76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3fba4b47564f346f803adc2b9c355ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dfbfa627622011940f57c1e0178dd52 = $(`<div id="html_3dfbfa627622011940f57c1e0178dd52" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_a3fba4b47564f346f803adc2b9c355ef.setContent(html_3dfbfa627622011940f57c1e0178dd52);
|
|
|
|
|
|
|
|
marker_df78e7db6421340afdf10cc0fc291287.bindPopup(popup_a3fba4b47564f346f803adc2b9c355ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df78e7db6421340afdf10cc0fc291287.setIcon(icon_0fd11219c5a3cb64f781383b3de2ae76);
|
|
|
|
|
|
var marker_feafc9dafe19a5a0e5d5faa8cd3a3255 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_49eec37fea6d343f2bf3552cf2a3c2bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_555e3e27b9acb7a58ffb2f579cc763be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa141f8823b4dadfeeb71865c70344e3 = $(`<div id="html_aa141f8823b4dadfeeb71865c70344e3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_555e3e27b9acb7a58ffb2f579cc763be.setContent(html_aa141f8823b4dadfeeb71865c70344e3);
|
|
|
|
|
|
|
|
marker_feafc9dafe19a5a0e5d5faa8cd3a3255.bindPopup(popup_555e3e27b9acb7a58ffb2f579cc763be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_feafc9dafe19a5a0e5d5faa8cd3a3255.setIcon(icon_49eec37fea6d343f2bf3552cf2a3c2bd);
|
|
|
|
|
|
var marker_4562635156f75994f98fda379dc1e3ac = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0841574ce9c757638c218b1e15837838 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa148a49912ff26c483cf15c284092c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2060994fdf1d1cf4e92cbeb81b116403 = $(`<div id="html_2060994fdf1d1cf4e92cbeb81b116403" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_aa148a49912ff26c483cf15c284092c0.setContent(html_2060994fdf1d1cf4e92cbeb81b116403);
|
|
|
|
|
|
|
|
marker_4562635156f75994f98fda379dc1e3ac.bindPopup(popup_aa148a49912ff26c483cf15c284092c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4562635156f75994f98fda379dc1e3ac.setIcon(icon_0841574ce9c757638c218b1e15837838);
|
|
|
|
|
|
var marker_30f6f2754443ef0676978190a3a81047 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d51d6d9f7b842f136b14014a44464732 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0174a1db2a25a139137372a5f06f473a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e85fc603a8f2b7b89930d5dc24fac68e = $(`<div id="html_e85fc603a8f2b7b89930d5dc24fac68e" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_0174a1db2a25a139137372a5f06f473a.setContent(html_e85fc603a8f2b7b89930d5dc24fac68e);
|
|
|
|
|
|
|
|
marker_30f6f2754443ef0676978190a3a81047.bindPopup(popup_0174a1db2a25a139137372a5f06f473a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30f6f2754443ef0676978190a3a81047.setIcon(icon_d51d6d9f7b842f136b14014a44464732);
|
|
|
|
|
|
var marker_82a160ee8624eec6d776f1a1e72e2f38 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6650bffebc7268138c5a70c2015f88cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be172ecb5b549ac3242336dff56aa85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78f514fbe60f72782268719643f93d43 = $(`<div id="html_78f514fbe60f72782268719643f93d43" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_1be172ecb5b549ac3242336dff56aa85.setContent(html_78f514fbe60f72782268719643f93d43);
|
|
|
|
|
|
|
|
marker_82a160ee8624eec6d776f1a1e72e2f38.bindPopup(popup_1be172ecb5b549ac3242336dff56aa85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82a160ee8624eec6d776f1a1e72e2f38.setIcon(icon_6650bffebc7268138c5a70c2015f88cd);
|
|
|
|
|
|
var marker_dbecba588b2e261fd4a631c6987350e9 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_0f339a2085d43f6f11a7daefb5cd8990 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdc394b536037aee6b53a65e891a43ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ca7dd4dc150347c7d11927fd9a22fde = $(`<div id="html_4ca7dd4dc150347c7d11927fd9a22fde" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_bdc394b536037aee6b53a65e891a43ad.setContent(html_4ca7dd4dc150347c7d11927fd9a22fde);
|
|
|
|
|
|
|
|
marker_dbecba588b2e261fd4a631c6987350e9.bindPopup(popup_bdc394b536037aee6b53a65e891a43ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbecba588b2e261fd4a631c6987350e9.setIcon(icon_0f339a2085d43f6f11a7daefb5cd8990);
|
|
|
|
|
|
var marker_55bfd437ba97e35154efb8fbf42618e4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_28dabb8fe5566955f68f9f8b20305e00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5571523edd0f2ca4258cba8bb8ffaf21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_416308f171e6bb89fe0c99f7071b8179 = $(`<div id="html_416308f171e6bb89fe0c99f7071b8179" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_5571523edd0f2ca4258cba8bb8ffaf21.setContent(html_416308f171e6bb89fe0c99f7071b8179);
|
|
|
|
|
|
|
|
marker_55bfd437ba97e35154efb8fbf42618e4.bindPopup(popup_5571523edd0f2ca4258cba8bb8ffaf21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55bfd437ba97e35154efb8fbf42618e4.setIcon(icon_28dabb8fe5566955f68f9f8b20305e00);
|
|
|
|
|
|
var marker_7b56a6a1df0ed2e05b59eb84613b1b02 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_ebde4b1d58a93c8a6d569e9a2788359b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31820373c1e174876c18f2c7e4e33079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c539c5197433e6a7916c1a2c1bb2c9bd = $(`<div id="html_c539c5197433e6a7916c1a2c1bb2c9bd" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_31820373c1e174876c18f2c7e4e33079.setContent(html_c539c5197433e6a7916c1a2c1bb2c9bd);
|
|
|
|
|
|
|
|
marker_7b56a6a1df0ed2e05b59eb84613b1b02.bindPopup(popup_31820373c1e174876c18f2c7e4e33079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b56a6a1df0ed2e05b59eb84613b1b02.setIcon(icon_ebde4b1d58a93c8a6d569e9a2788359b);
|
|
|
|
|
|
var marker_1fc5e177b08a6c5198642f303dc670d9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4ee9cc2ba2a4757eec83e28f11ab9fec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42478db6d17c5578b328d5a0b3455ee4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63c07099175d720574a464ebe479b454 = $(`<div id="html_63c07099175d720574a464ebe479b454" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_42478db6d17c5578b328d5a0b3455ee4.setContent(html_63c07099175d720574a464ebe479b454);
|
|
|
|
|
|
|
|
marker_1fc5e177b08a6c5198642f303dc670d9.bindPopup(popup_42478db6d17c5578b328d5a0b3455ee4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc5e177b08a6c5198642f303dc670d9.setIcon(icon_4ee9cc2ba2a4757eec83e28f11ab9fec);
|
|
|
|
|
|
var marker_7ae9308df53995bde9211c2e0dfe474b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_9d8030412c64e263e0de778f70286eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb72e3f20e044c410dd90a61fde0c4c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcda161c38584a00712d8265c2067ae1 = $(`<div id="html_bcda161c38584a00712d8265c2067ae1" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_bb72e3f20e044c410dd90a61fde0c4c1.setContent(html_bcda161c38584a00712d8265c2067ae1);
|
|
|
|
|
|
|
|
marker_7ae9308df53995bde9211c2e0dfe474b.bindPopup(popup_bb72e3f20e044c410dd90a61fde0c4c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ae9308df53995bde9211c2e0dfe474b.setIcon(icon_9d8030412c64e263e0de778f70286eaa);
|
|
|
|
|
|
var marker_fa64fea5a472c32a26bc62538e121455 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5c8c07a3ccd00b20b41559516d8de83a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa38904beb31ccf61985b2da3e63ae68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61950bbb3acb9700a466f0f6d244cdf2 = $(`<div id="html_61950bbb3acb9700a466f0f6d244cdf2" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_aa38904beb31ccf61985b2da3e63ae68.setContent(html_61950bbb3acb9700a466f0f6d244cdf2);
|
|
|
|
|
|
|
|
marker_fa64fea5a472c32a26bc62538e121455.bindPopup(popup_aa38904beb31ccf61985b2da3e63ae68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa64fea5a472c32a26bc62538e121455.setIcon(icon_5c8c07a3ccd00b20b41559516d8de83a);
|
|
|
|
|
|
var marker_9857e4588f666621361b7eefe8d0e853 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_be9a77f94e9c0a3ac889c19425959780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_623a9005560afd01e55aee712986b5e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_292d759bd2b162286ccb0712838f71ad = $(`<div id="html_292d759bd2b162286ccb0712838f71ad" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_623a9005560afd01e55aee712986b5e1.setContent(html_292d759bd2b162286ccb0712838f71ad);
|
|
|
|
|
|
|
|
marker_9857e4588f666621361b7eefe8d0e853.bindPopup(popup_623a9005560afd01e55aee712986b5e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9857e4588f666621361b7eefe8d0e853.setIcon(icon_be9a77f94e9c0a3ac889c19425959780);
|
|
|
|
|
|
var marker_13ccfdb15b23f4bed901043a183751c4 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5098085b4d42822cc82674a3826c9f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4c3d741c470c1357cfa9f83c12f5288 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daa821d20617cda266327c31821866a6 = $(`<div id="html_daa821d20617cda266327c31821866a6" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_b4c3d741c470c1357cfa9f83c12f5288.setContent(html_daa821d20617cda266327c31821866a6);
|
|
|
|
|
|
|
|
marker_13ccfdb15b23f4bed901043a183751c4.bindPopup(popup_b4c3d741c470c1357cfa9f83c12f5288)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ccfdb15b23f4bed901043a183751c4.setIcon(icon_5098085b4d42822cc82674a3826c9f68);
|
|
|
|
|
|
var marker_ba1271eb261ec4aa6c4ddebe3034422a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4537ec8c8c179bffe30431d6d6e52bf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b78f72d169c3907cf190435c5fff12a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03d2a78748444d3d4e226a29b4c87a47 = $(`<div id="html_03d2a78748444d3d4e226a29b4c87a47" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_9b78f72d169c3907cf190435c5fff12a.setContent(html_03d2a78748444d3d4e226a29b4c87a47);
|
|
|
|
|
|
|
|
marker_ba1271eb261ec4aa6c4ddebe3034422a.bindPopup(popup_9b78f72d169c3907cf190435c5fff12a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba1271eb261ec4aa6c4ddebe3034422a.setIcon(icon_4537ec8c8c179bffe30431d6d6e52bf8);
|
|
|
|
|
|
var marker_00a4041c99995905fd661c53bb47236f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5a7b6b2e4f96d99854415bd854547f84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0294b79feeec28a5a87d71bf8cfe18d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c033ce9bf55803cf68035c4d9353f68 = $(`<div id="html_7c033ce9bf55803cf68035c4d9353f68" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_e0294b79feeec28a5a87d71bf8cfe18d.setContent(html_7c033ce9bf55803cf68035c4d9353f68);
|
|
|
|
|
|
|
|
marker_00a4041c99995905fd661c53bb47236f.bindPopup(popup_e0294b79feeec28a5a87d71bf8cfe18d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00a4041c99995905fd661c53bb47236f.setIcon(icon_5a7b6b2e4f96d99854415bd854547f84);
|
|
|
|
|
|
var marker_40ded3f71f6a2486726b3e79b76b3866 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_03f24b934bb25518fc8f280cbe2d66d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_651624f13c91f44498b0cc4ebe17412f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6766771fbbe8e6bab6e57c9c77cf9e5 = $(`<div id="html_d6766771fbbe8e6bab6e57c9c77cf9e5" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_651624f13c91f44498b0cc4ebe17412f.setContent(html_d6766771fbbe8e6bab6e57c9c77cf9e5);
|
|
|
|
|
|
|
|
marker_40ded3f71f6a2486726b3e79b76b3866.bindPopup(popup_651624f13c91f44498b0cc4ebe17412f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40ded3f71f6a2486726b3e79b76b3866.setIcon(icon_03f24b934bb25518fc8f280cbe2d66d0);
|
|
|
|
|
|
var marker_28c46909025272b31f40b38d9af48035 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_70e6d868a5152aa04a438c86e6bfc355 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cac7d2224884f1a3886fff79b4916f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cda55212d06db5e0ea8d16ed0c889e4 = $(`<div id="html_9cda55212d06db5e0ea8d16ed0c889e4" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_9cac7d2224884f1a3886fff79b4916f8.setContent(html_9cda55212d06db5e0ea8d16ed0c889e4);
|
|
|
|
|
|
|
|
marker_28c46909025272b31f40b38d9af48035.bindPopup(popup_9cac7d2224884f1a3886fff79b4916f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28c46909025272b31f40b38d9af48035.setIcon(icon_70e6d868a5152aa04a438c86e6bfc355);
|
|
|
|
|
|
var marker_e397b657e5df231c5d0bdd2d13f9f042 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_f8908498ea450276463be183c1b87b38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea7f819f8fde44f584508538a00b78b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f00e69b8914bf45b8262499afcfd2d4 = $(`<div id="html_5f00e69b8914bf45b8262499afcfd2d4" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_bea7f819f8fde44f584508538a00b78b.setContent(html_5f00e69b8914bf45b8262499afcfd2d4);
|
|
|
|
|
|
|
|
marker_e397b657e5df231c5d0bdd2d13f9f042.bindPopup(popup_bea7f819f8fde44f584508538a00b78b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e397b657e5df231c5d0bdd2d13f9f042.setIcon(icon_f8908498ea450276463be183c1b87b38);
|
|
|
|
|
|
var marker_dc87f37b368a62830f902805ba6510b1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_953cd25a64cb5c076e96789457837311 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12ec6ffa964a15eef43dab776e8585d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f1e48a013e3d77df000c8c92a683932 = $(`<div id="html_8f1e48a013e3d77df000c8c92a683932" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_12ec6ffa964a15eef43dab776e8585d3.setContent(html_8f1e48a013e3d77df000c8c92a683932);
|
|
|
|
|
|
|
|
marker_dc87f37b368a62830f902805ba6510b1.bindPopup(popup_12ec6ffa964a15eef43dab776e8585d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc87f37b368a62830f902805ba6510b1.setIcon(icon_953cd25a64cb5c076e96789457837311);
|
|
|
|
|
|
var marker_d9321deeeb768c3f08ca6df7fa302229 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_6c16968533f4bc6994ce6ef240dc1098 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd4aff78b706ab8eefca27eaf8e89b10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbfd6fa0cc1f8ca3ba74a355adb31810 = $(`<div id="html_fbfd6fa0cc1f8ca3ba74a355adb31810" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_fd4aff78b706ab8eefca27eaf8e89b10.setContent(html_fbfd6fa0cc1f8ca3ba74a355adb31810);
|
|
|
|
|
|
|
|
marker_d9321deeeb768c3f08ca6df7fa302229.bindPopup(popup_fd4aff78b706ab8eefca27eaf8e89b10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9321deeeb768c3f08ca6df7fa302229.setIcon(icon_6c16968533f4bc6994ce6ef240dc1098);
|
|
|
|
|
|
var marker_28394b351c8d0dc82a816fe70f0995e9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_d3661b3d2b77ce3817b1eae42d3a196e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d486adbac090549cede16aa96c39c152 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f2a9d32073505dd374b266f5cbc2617 = $(`<div id="html_0f2a9d32073505dd374b266f5cbc2617" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_d486adbac090549cede16aa96c39c152.setContent(html_0f2a9d32073505dd374b266f5cbc2617);
|
|
|
|
|
|
|
|
marker_28394b351c8d0dc82a816fe70f0995e9.bindPopup(popup_d486adbac090549cede16aa96c39c152)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28394b351c8d0dc82a816fe70f0995e9.setIcon(icon_d3661b3d2b77ce3817b1eae42d3a196e);
|
|
|
|
|
|
var marker_b49a6fb9eac21bc067a483189456898b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_08fe19715baa3942a802b0b2c738a100 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcedd286da9e8b745392ae9625e6ae71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66e3fe2f8424192ab97d8378e7d2dd4f = $(`<div id="html_66e3fe2f8424192ab97d8378e7d2dd4f" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_dcedd286da9e8b745392ae9625e6ae71.setContent(html_66e3fe2f8424192ab97d8378e7d2dd4f);
|
|
|
|
|
|
|
|
marker_b49a6fb9eac21bc067a483189456898b.bindPopup(popup_dcedd286da9e8b745392ae9625e6ae71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b49a6fb9eac21bc067a483189456898b.setIcon(icon_08fe19715baa3942a802b0b2c738a100);
|
|
|
|
|
|
var marker_07c360f26a2662664b56a719c5070d21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_a428e36c8d4c4e672b80a35509e2ca0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_604f88c02869071ec77b0031e8dfad95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_add0e65d4c5c9a657f6dec29cdb9da27 = $(`<div id="html_add0e65d4c5c9a657f6dec29cdb9da27" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_604f88c02869071ec77b0031e8dfad95.setContent(html_add0e65d4c5c9a657f6dec29cdb9da27);
|
|
|
|
|
|
|
|
marker_07c360f26a2662664b56a719c5070d21.bindPopup(popup_604f88c02869071ec77b0031e8dfad95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c360f26a2662664b56a719c5070d21.setIcon(icon_a428e36c8d4c4e672b80a35509e2ca0e);
|
|
|
|
|
|
var marker_ea3ae825fd634a1a73f7e3cbddebc86d = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_c30e174df3244f668849bdd9914a589b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37af07adc2cd3ce2843063c95ac45353 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22fd2ab6730e720be0109ac37082af9b = $(`<div id="html_22fd2ab6730e720be0109ac37082af9b" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_37af07adc2cd3ce2843063c95ac45353.setContent(html_22fd2ab6730e720be0109ac37082af9b);
|
|
|
|
|
|
|
|
marker_ea3ae825fd634a1a73f7e3cbddebc86d.bindPopup(popup_37af07adc2cd3ce2843063c95ac45353)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea3ae825fd634a1a73f7e3cbddebc86d.setIcon(icon_c30e174df3244f668849bdd9914a589b);
|
|
|
|
|
|
var marker_124558afe02d2303b659be7f7f50e7a6 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_4fcb722980e2deda141823935bac674f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_416f72dde07fdf8c015900b0a635c44b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffc76cd2cf2b9af92346b956f4892b7a = $(`<div id="html_ffc76cd2cf2b9af92346b956f4892b7a" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_416f72dde07fdf8c015900b0a635c44b.setContent(html_ffc76cd2cf2b9af92346b956f4892b7a);
|
|
|
|
|
|
|
|
marker_124558afe02d2303b659be7f7f50e7a6.bindPopup(popup_416f72dde07fdf8c015900b0a635c44b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_124558afe02d2303b659be7f7f50e7a6.setIcon(icon_4fcb722980e2deda141823935bac674f);
|
|
|
|
|
|
var marker_f3660e33f6af7f0b4e7467953d174319 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_14f43102058568541ddd4b9138dd6e9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8542315858ea7708c09102f5256d474 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a9fbba178533790fc5ce920514e1dcc = $(`<div id="html_7a9fbba178533790fc5ce920514e1dcc" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_f8542315858ea7708c09102f5256d474.setContent(html_7a9fbba178533790fc5ce920514e1dcc);
|
|
|
|
|
|
|
|
marker_f3660e33f6af7f0b4e7467953d174319.bindPopup(popup_f8542315858ea7708c09102f5256d474)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3660e33f6af7f0b4e7467953d174319.setIcon(icon_14f43102058568541ddd4b9138dd6e9b);
|
|
|
|
|
|
var marker_79ef8bc608f76867a95aec9b7e86ba2f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_3d8b20cfa4bf6110ab9a817739f2358f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a77212f900317801aad2c61ad08a53a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6640ba1a14aa9725d08b8f8af7ec0d8 = $(`<div id="html_a6640ba1a14aa9725d08b8f8af7ec0d8" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_a77212f900317801aad2c61ad08a53a5.setContent(html_a6640ba1a14aa9725d08b8f8af7ec0d8);
|
|
|
|
|
|
|
|
marker_79ef8bc608f76867a95aec9b7e86ba2f.bindPopup(popup_a77212f900317801aad2c61ad08a53a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79ef8bc608f76867a95aec9b7e86ba2f.setIcon(icon_3d8b20cfa4bf6110ab9a817739f2358f);
|
|
|
|
|
|
var marker_f30511365a783ed603916b6a027a8ecf = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_5f93b2cb737b1b05fc65ed947c237e6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75bda4c1b521133161710fe420333443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92b96921658827f668583ad7869e7c6b = $(`<div id="html_92b96921658827f668583ad7869e7c6b" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_75bda4c1b521133161710fe420333443.setContent(html_92b96921658827f668583ad7869e7c6b);
|
|
|
|
|
|
|
|
marker_f30511365a783ed603916b6a027a8ecf.bindPopup(popup_75bda4c1b521133161710fe420333443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f30511365a783ed603916b6a027a8ecf.setIcon(icon_5f93b2cb737b1b05fc65ed947c237e6d);
|
|
|
|
|
|
var marker_da1ff3e20fe9291c9f825f90d382ee6c = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_16e255ac43fca6d6e85096c295a33cc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92c1d5f07b35195e59d79ae35bd98ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b80cf6cee41288c79da5f3c8fe191897 = $(`<div id="html_b80cf6cee41288c79da5f3c8fe191897" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_92c1d5f07b35195e59d79ae35bd98ec0.setContent(html_b80cf6cee41288c79da5f3c8fe191897);
|
|
|
|
|
|
|
|
marker_da1ff3e20fe9291c9f825f90d382ee6c.bindPopup(popup_92c1d5f07b35195e59d79ae35bd98ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da1ff3e20fe9291c9f825f90d382ee6c.setIcon(icon_16e255ac43fca6d6e85096c295a33cc7);
|
|
|
|
|
|
var marker_aa12fdbd3fd5bf99d3e9aa205f6feaaf = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_340be846c5c3373db7a75421bdf5952e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de5fcb41d70b71f5d2dc7dd99d20f117 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a15b67b96ee7440e0813717c1f48cf43 = $(`<div id="html_a15b67b96ee7440e0813717c1f48cf43" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_de5fcb41d70b71f5d2dc7dd99d20f117.setContent(html_a15b67b96ee7440e0813717c1f48cf43);
|
|
|
|
|
|
|
|
marker_aa12fdbd3fd5bf99d3e9aa205f6feaaf.bindPopup(popup_de5fcb41d70b71f5d2dc7dd99d20f117)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa12fdbd3fd5bf99d3e9aa205f6feaaf.setIcon(icon_340be846c5c3373db7a75421bdf5952e);
|
|
|
|
|
|
var marker_bab3d8a1d5577f4851d52b78533be239 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7c86aa6e99985ae56d081dda2b9e8d35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaa18921badd724e8c30567942e20589 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b1ed92f8082f91cf54f68ccbfd939d3 = $(`<div id="html_8b1ed92f8082f91cf54f68ccbfd939d3" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_eaa18921badd724e8c30567942e20589.setContent(html_8b1ed92f8082f91cf54f68ccbfd939d3);
|
|
|
|
|
|
|
|
marker_bab3d8a1d5577f4851d52b78533be239.bindPopup(popup_eaa18921badd724e8c30567942e20589)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bab3d8a1d5577f4851d52b78533be239.setIcon(icon_7c86aa6e99985ae56d081dda2b9e8d35);
|
|
|
|
|
|
var marker_dc40fd0be59c42f92097298dabaac268 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_eb8bec9d3e9eeb45360ef72baef9e62f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a3ed2adad0d07b5638a56d9f1911aa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7945f0702063df798bcc58f170c8a77 = $(`<div id="html_a7945f0702063df798bcc58f170c8a77" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_7a3ed2adad0d07b5638a56d9f1911aa4.setContent(html_a7945f0702063df798bcc58f170c8a77);
|
|
|
|
|
|
|
|
marker_dc40fd0be59c42f92097298dabaac268.bindPopup(popup_7a3ed2adad0d07b5638a56d9f1911aa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc40fd0be59c42f92097298dabaac268.setIcon(icon_eb8bec9d3e9eeb45360ef72baef9e62f);
|
|
|
|
|
|
var marker_182f157deec87b813e99da2b44c5b165 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_8e99d7a472a1f699a722d7aab1a85600 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a75a9b8d03d19f50424b9826e94a6b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a4476ba69f0f3bd37aff864697c4da5 = $(`<div id="html_0a4476ba69f0f3bd37aff864697c4da5" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_8a75a9b8d03d19f50424b9826e94a6b1.setContent(html_0a4476ba69f0f3bd37aff864697c4da5);
|
|
|
|
|
|
|
|
marker_182f157deec87b813e99da2b44c5b165.bindPopup(popup_8a75a9b8d03d19f50424b9826e94a6b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_182f157deec87b813e99da2b44c5b165.setIcon(icon_8e99d7a472a1f699a722d7aab1a85600);
|
|
|
|
|
|
var marker_cb31bf373d29347a96eae7ace2c60df7 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ae755ca6aacae6b7588bf03e1239d73);
|
|
|
|
|
|
var icon_7f0908e32d99659e6ad9f3ec43b291c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ac6f64313531194f1260355acf5f0b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69c34b94dc34994c387b25749c57df87 = $(`<div id="html_69c34b94dc34994c387b25749c57df87" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_6ac6f64313531194f1260355acf5f0b2.setContent(html_69c34b94dc34994c387b25749c57df87);
|
|
|
|
|
|
|
|
marker_cb31bf373d29347a96eae7ace2c60df7.bindPopup(popup_6ac6f64313531194f1260355acf5f0b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb31bf373d29347a96eae7ace2c60df7.setIcon(icon_7f0908e32d99659e6ad9f3ec43b291c9);
|
|
|
|
|
|
marker_cluster_8ae755ca6aacae6b7588bf03e1239d73.addTo(map_6bb24c81bfd38dbf4903e3b2c6a0ba04);
|
|
|
|
</script>
|
|
</html> |