mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 01:05:19 +00:00
10601 lines
308 KiB
HTML
10601 lines
308 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_025014b6bd8ef663ef73ec6cf5755e6a {
|
|
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_025014b6bd8ef663ef73ec6cf5755e6a" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_025014b6bd8ef663ef73ec6cf5755e6a = L.map(
|
|
"map_025014b6bd8ef663ef73ec6cf5755e6a",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_298ce746a891611951c1430370127213 = 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_298ce746a891611951c1430370127213.addTo(map_025014b6bd8ef663ef73ec6cf5755e6a);
|
|
|
|
|
|
var marker_cluster_d311de648a315b5ae6b1143a3974af1d = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_922b9f6148080584a94fd09028f31b6d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9c6bbe74ba956a207d8eabd7a4b97ced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c2a33a63d3bfa7ba1d8a0fd62d97034 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ecd4855c612e4468b5c9c7baf29768a = $(`<div id="html_2ecd4855c612e4468b5c9c7baf29768a" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_7c2a33a63d3bfa7ba1d8a0fd62d97034.setContent(html_2ecd4855c612e4468b5c9c7baf29768a);
|
|
|
|
|
|
|
|
marker_922b9f6148080584a94fd09028f31b6d.bindPopup(popup_7c2a33a63d3bfa7ba1d8a0fd62d97034)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_922b9f6148080584a94fd09028f31b6d.setIcon(icon_9c6bbe74ba956a207d8eabd7a4b97ced);
|
|
|
|
|
|
var marker_9b0548164f8456f311a3149824583ce7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_96eb024d4e47ae2e723c325cb4bd6bb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0272ea7fb45c519d456f61a917ba26f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86578607fb8f3e3a51da9ecf93ecffab = $(`<div id="html_86578607fb8f3e3a51da9ecf93ecffab" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_0272ea7fb45c519d456f61a917ba26f2.setContent(html_86578607fb8f3e3a51da9ecf93ecffab);
|
|
|
|
|
|
|
|
marker_9b0548164f8456f311a3149824583ce7.bindPopup(popup_0272ea7fb45c519d456f61a917ba26f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0548164f8456f311a3149824583ce7.setIcon(icon_96eb024d4e47ae2e723c325cb4bd6bb9);
|
|
|
|
|
|
var marker_fd8cd43a469daecec7532ec6acdaeb08 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_1e47ce10baa82d4a6b9f5c974fc9c801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2ee161c2bfb946c19cfd9a959b4d605 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_116a3648bad8c628289d4c7540f4678d = $(`<div id="html_116a3648bad8c628289d4c7540f4678d" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_b2ee161c2bfb946c19cfd9a959b4d605.setContent(html_116a3648bad8c628289d4c7540f4678d);
|
|
|
|
|
|
|
|
marker_fd8cd43a469daecec7532ec6acdaeb08.bindPopup(popup_b2ee161c2bfb946c19cfd9a959b4d605)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd8cd43a469daecec7532ec6acdaeb08.setIcon(icon_1e47ce10baa82d4a6b9f5c974fc9c801);
|
|
|
|
|
|
var marker_3d019ab0c9a0c91f131d14204a9f4d5e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_657a0f84946ed2c9e349f595df24f2b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_826c426ad0e01968aa507d22b4a3f880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c1175ac823d1f4e0aa3ecd5fe98f7d = $(`<div id="html_41c1175ac823d1f4e0aa3ecd5fe98f7d" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_826c426ad0e01968aa507d22b4a3f880.setContent(html_41c1175ac823d1f4e0aa3ecd5fe98f7d);
|
|
|
|
|
|
|
|
marker_3d019ab0c9a0c91f131d14204a9f4d5e.bindPopup(popup_826c426ad0e01968aa507d22b4a3f880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d019ab0c9a0c91f131d14204a9f4d5e.setIcon(icon_657a0f84946ed2c9e349f595df24f2b9);
|
|
|
|
|
|
var marker_6bdd63863e713af582f3c1b9510b3ba8 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_76cdb1a72a547f493c26d4a3a69e3c06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_318dd55da4635dbae23b416838d0d85d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9260d186bd3f157ec5e5139c347b4d84 = $(`<div id="html_9260d186bd3f157ec5e5139c347b4d84" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_318dd55da4635dbae23b416838d0d85d.setContent(html_9260d186bd3f157ec5e5139c347b4d84);
|
|
|
|
|
|
|
|
marker_6bdd63863e713af582f3c1b9510b3ba8.bindPopup(popup_318dd55da4635dbae23b416838d0d85d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bdd63863e713af582f3c1b9510b3ba8.setIcon(icon_76cdb1a72a547f493c26d4a3a69e3c06);
|
|
|
|
|
|
var marker_76b1d85bd41db19767da09288c9055f1 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_60f9370247405f9ff3953d70f13e12cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8463a537c27b4cf025f09ba1214bab23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_399aa865712c68670aaae0df71b7290f = $(`<div id="html_399aa865712c68670aaae0df71b7290f" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_8463a537c27b4cf025f09ba1214bab23.setContent(html_399aa865712c68670aaae0df71b7290f);
|
|
|
|
|
|
|
|
marker_76b1d85bd41db19767da09288c9055f1.bindPopup(popup_8463a537c27b4cf025f09ba1214bab23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76b1d85bd41db19767da09288c9055f1.setIcon(icon_60f9370247405f9ff3953d70f13e12cb);
|
|
|
|
|
|
var marker_4457bbfe9f54c96c140dd74ea0d76cc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d131ab5fcc3dc1187f2401e1d43282ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b00fc00d9af896f225ce4705ec79a9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd153112b5e514c7956a33733415ca08 = $(`<div id="html_dd153112b5e514c7956a33733415ca08" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_5b00fc00d9af896f225ce4705ec79a9f.setContent(html_dd153112b5e514c7956a33733415ca08);
|
|
|
|
|
|
|
|
marker_4457bbfe9f54c96c140dd74ea0d76cc8.bindPopup(popup_5b00fc00d9af896f225ce4705ec79a9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4457bbfe9f54c96c140dd74ea0d76cc8.setIcon(icon_d131ab5fcc3dc1187f2401e1d43282ff);
|
|
|
|
|
|
var marker_aab3d84e7fbcb0b67c4991002fce4965 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cc61303a3c4e8c5f1e2080e075c13f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfbcfbec3411b15a1d4e23018a6ab0b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d34ad0c5a6e731fa5304b46e3b0a058 = $(`<div id="html_3d34ad0c5a6e731fa5304b46e3b0a058" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_bfbcfbec3411b15a1d4e23018a6ab0b8.setContent(html_3d34ad0c5a6e731fa5304b46e3b0a058);
|
|
|
|
|
|
|
|
marker_aab3d84e7fbcb0b67c4991002fce4965.bindPopup(popup_bfbcfbec3411b15a1d4e23018a6ab0b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aab3d84e7fbcb0b67c4991002fce4965.setIcon(icon_cc61303a3c4e8c5f1e2080e075c13f19);
|
|
|
|
|
|
var marker_6c4bd17da5a078023978e17ca1f530ed = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7a8c5d59fd4212eadf8855ba64f9ed2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daf3f832027e01aa17cf46c65e23e225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_185cc1b59c731fee393048b53fb1a2cd = $(`<div id="html_185cc1b59c731fee393048b53fb1a2cd" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_daf3f832027e01aa17cf46c65e23e225.setContent(html_185cc1b59c731fee393048b53fb1a2cd);
|
|
|
|
|
|
|
|
marker_6c4bd17da5a078023978e17ca1f530ed.bindPopup(popup_daf3f832027e01aa17cf46c65e23e225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c4bd17da5a078023978e17ca1f530ed.setIcon(icon_7a8c5d59fd4212eadf8855ba64f9ed2a);
|
|
|
|
|
|
var marker_fe58df7f3e46d71815eb851a298abad6 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f308fd8e0c8c0b57c7adc40f22909427 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba42d6529a0a43d8f32bbc8e4544c7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e6b1ea71021a4220ba74f4e2cc59909 = $(`<div id="html_8e6b1ea71021a4220ba74f4e2cc59909" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_dba42d6529a0a43d8f32bbc8e4544c7a.setContent(html_8e6b1ea71021a4220ba74f4e2cc59909);
|
|
|
|
|
|
|
|
marker_fe58df7f3e46d71815eb851a298abad6.bindPopup(popup_dba42d6529a0a43d8f32bbc8e4544c7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe58df7f3e46d71815eb851a298abad6.setIcon(icon_f308fd8e0c8c0b57c7adc40f22909427);
|
|
|
|
|
|
var marker_d14e4d9a0265c540eaa63877d5aff3e7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_59b10da943d4044bb15a5ab6f2cd8aff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78cb72df31b7b0b78584c8e9da047f2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ed35d70ded168905aa353f97541d8fc = $(`<div id="html_1ed35d70ded168905aa353f97541d8fc" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_78cb72df31b7b0b78584c8e9da047f2b.setContent(html_1ed35d70ded168905aa353f97541d8fc);
|
|
|
|
|
|
|
|
marker_d14e4d9a0265c540eaa63877d5aff3e7.bindPopup(popup_78cb72df31b7b0b78584c8e9da047f2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d14e4d9a0265c540eaa63877d5aff3e7.setIcon(icon_59b10da943d4044bb15a5ab6f2cd8aff);
|
|
|
|
|
|
var marker_a694154b6bb629d62dbe3dd2c7f7a920 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_76e740bb620fd97899cb56e0882b22d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9783e4cfa5211967ae940ae142537c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ac69e6aed387387e1fce4266d00dee3 = $(`<div id="html_8ac69e6aed387387e1fce4266d00dee3" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_a9783e4cfa5211967ae940ae142537c8.setContent(html_8ac69e6aed387387e1fce4266d00dee3);
|
|
|
|
|
|
|
|
marker_a694154b6bb629d62dbe3dd2c7f7a920.bindPopup(popup_a9783e4cfa5211967ae940ae142537c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a694154b6bb629d62dbe3dd2c7f7a920.setIcon(icon_76e740bb620fd97899cb56e0882b22d4);
|
|
|
|
|
|
var marker_8bbc35e407026a0dae382204cd8ecd08 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b27a11a0d66c0cf3b3ebead84bfa9e26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a6f6960e29f1c1c20055eb007d50b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3f485babb7e67b40458075f2d3b036a = $(`<div id="html_b3f485babb7e67b40458075f2d3b036a" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_0a6f6960e29f1c1c20055eb007d50b29.setContent(html_b3f485babb7e67b40458075f2d3b036a);
|
|
|
|
|
|
|
|
marker_8bbc35e407026a0dae382204cd8ecd08.bindPopup(popup_0a6f6960e29f1c1c20055eb007d50b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bbc35e407026a0dae382204cd8ecd08.setIcon(icon_b27a11a0d66c0cf3b3ebead84bfa9e26);
|
|
|
|
|
|
var marker_bcb78859196ca95ca72e56e02bf45d31 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e6cde8e1590a9e17f20d744a2e60a3cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_435df84663cdb5b247a966d572d4c76b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f76c1cf389132692a20bb658154ab45 = $(`<div id="html_5f76c1cf389132692a20bb658154ab45" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_435df84663cdb5b247a966d572d4c76b.setContent(html_5f76c1cf389132692a20bb658154ab45);
|
|
|
|
|
|
|
|
marker_bcb78859196ca95ca72e56e02bf45d31.bindPopup(popup_435df84663cdb5b247a966d572d4c76b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcb78859196ca95ca72e56e02bf45d31.setIcon(icon_e6cde8e1590a9e17f20d744a2e60a3cd);
|
|
|
|
|
|
var marker_2511ec60161ca2dbc29fe3161260d66a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_911b3825f1fe6213c6b64f5080363107 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4254e0de9a1274dd50791b461ed14c8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9475cf4101d32b391320be41a49beb1 = $(`<div id="html_b9475cf4101d32b391320be41a49beb1" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_4254e0de9a1274dd50791b461ed14c8c.setContent(html_b9475cf4101d32b391320be41a49beb1);
|
|
|
|
|
|
|
|
marker_2511ec60161ca2dbc29fe3161260d66a.bindPopup(popup_4254e0de9a1274dd50791b461ed14c8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2511ec60161ca2dbc29fe3161260d66a.setIcon(icon_911b3825f1fe6213c6b64f5080363107);
|
|
|
|
|
|
var marker_5da85ba9e89cdc8864947d5c6b0e93fe = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_de9f46fea0e98d8efeac654e37b36aa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eecc2ddf489fa185bece59503aa13690 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e56a769b31197eee3819aa5850dad3c = $(`<div id="html_2e56a769b31197eee3819aa5850dad3c" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_eecc2ddf489fa185bece59503aa13690.setContent(html_2e56a769b31197eee3819aa5850dad3c);
|
|
|
|
|
|
|
|
marker_5da85ba9e89cdc8864947d5c6b0e93fe.bindPopup(popup_eecc2ddf489fa185bece59503aa13690)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5da85ba9e89cdc8864947d5c6b0e93fe.setIcon(icon_de9f46fea0e98d8efeac654e37b36aa5);
|
|
|
|
|
|
var marker_0db015d2011c2f57147a1072d06c647e = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d3633ac23bbd24455f02c70a07fb9a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_626cc5d9c71e387afd5aefdf1aed2fd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5053a50d9538d695f6cea0c851837182 = $(`<div id="html_5053a50d9538d695f6cea0c851837182" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_626cc5d9c71e387afd5aefdf1aed2fd7.setContent(html_5053a50d9538d695f6cea0c851837182);
|
|
|
|
|
|
|
|
marker_0db015d2011c2f57147a1072d06c647e.bindPopup(popup_626cc5d9c71e387afd5aefdf1aed2fd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0db015d2011c2f57147a1072d06c647e.setIcon(icon_d3633ac23bbd24455f02c70a07fb9a6c);
|
|
|
|
|
|
var marker_04acd367fc240eac599b03d6932f9c9f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_10ac52e204c2b36f09a90ddd7afa8994 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d73409ff82b1a634829ada4b074aa52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5391f8b87c8ab7a3ccd7f761696ac8c = $(`<div id="html_d5391f8b87c8ab7a3ccd7f761696ac8c" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_5d73409ff82b1a634829ada4b074aa52.setContent(html_d5391f8b87c8ab7a3ccd7f761696ac8c);
|
|
|
|
|
|
|
|
marker_04acd367fc240eac599b03d6932f9c9f.bindPopup(popup_5d73409ff82b1a634829ada4b074aa52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04acd367fc240eac599b03d6932f9c9f.setIcon(icon_10ac52e204c2b36f09a90ddd7afa8994);
|
|
|
|
|
|
var marker_cffb283da21fdce04a09a053e2a3c980 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_22561def6d2d2d1b67494acc01ea4e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5a7ff0c113a5ecfa8b5324e0c5e0097 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8d6a7721745e7d025ebe8151365f806 = $(`<div id="html_a8d6a7721745e7d025ebe8151365f806" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_c5a7ff0c113a5ecfa8b5324e0c5e0097.setContent(html_a8d6a7721745e7d025ebe8151365f806);
|
|
|
|
|
|
|
|
marker_cffb283da21fdce04a09a053e2a3c980.bindPopup(popup_c5a7ff0c113a5ecfa8b5324e0c5e0097)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cffb283da21fdce04a09a053e2a3c980.setIcon(icon_22561def6d2d2d1b67494acc01ea4e95);
|
|
|
|
|
|
var marker_cc52b1e5dc011b0c73139eac10683b2f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_070256d2d40292d5bfeed00e9272e03a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ca2eac9c2c062227576704d612968d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9db0fccbd2b41aacdaf5109bc01dc4ac = $(`<div id="html_9db0fccbd2b41aacdaf5109bc01dc4ac" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_3ca2eac9c2c062227576704d612968d3.setContent(html_9db0fccbd2b41aacdaf5109bc01dc4ac);
|
|
|
|
|
|
|
|
marker_cc52b1e5dc011b0c73139eac10683b2f.bindPopup(popup_3ca2eac9c2c062227576704d612968d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc52b1e5dc011b0c73139eac10683b2f.setIcon(icon_070256d2d40292d5bfeed00e9272e03a);
|
|
|
|
|
|
var marker_8f506648a97679eb47ed656297c20ebb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_aefbc7d0f86aadcd5615e308dbdf4d05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a340d6aaf0e842549f1191b46b48dd26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b22a5eea80195a3bb7da3120bdb85c = $(`<div id="html_54b22a5eea80195a3bb7da3120bdb85c" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_a340d6aaf0e842549f1191b46b48dd26.setContent(html_54b22a5eea80195a3bb7da3120bdb85c);
|
|
|
|
|
|
|
|
marker_8f506648a97679eb47ed656297c20ebb.bindPopup(popup_a340d6aaf0e842549f1191b46b48dd26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f506648a97679eb47ed656297c20ebb.setIcon(icon_aefbc7d0f86aadcd5615e308dbdf4d05);
|
|
|
|
|
|
var marker_bf8b11c3292265c8b90822224c0cb73a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_503c29d980fb0dcfc406fd20c1e555c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8238ea35d6b1e9bcccab2a2f7f903b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ce7b4b81876d51212b9af3919e422c = $(`<div id="html_33ce7b4b81876d51212b9af3919e422c" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_d8238ea35d6b1e9bcccab2a2f7f903b3.setContent(html_33ce7b4b81876d51212b9af3919e422c);
|
|
|
|
|
|
|
|
marker_bf8b11c3292265c8b90822224c0cb73a.bindPopup(popup_d8238ea35d6b1e9bcccab2a2f7f903b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf8b11c3292265c8b90822224c0cb73a.setIcon(icon_503c29d980fb0dcfc406fd20c1e555c9);
|
|
|
|
|
|
var marker_585cb249fbf585e8236a2f137aaa256e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_bb748689c5ca7088bc6ac590f4e09b9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_337669810422a740af88db4789c8b5fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc73f65d17f8abb504c9b6ae5d3d58ea = $(`<div id="html_bc73f65d17f8abb504c9b6ae5d3d58ea" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_337669810422a740af88db4789c8b5fb.setContent(html_bc73f65d17f8abb504c9b6ae5d3d58ea);
|
|
|
|
|
|
|
|
marker_585cb249fbf585e8236a2f137aaa256e.bindPopup(popup_337669810422a740af88db4789c8b5fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_585cb249fbf585e8236a2f137aaa256e.setIcon(icon_bb748689c5ca7088bc6ac590f4e09b9c);
|
|
|
|
|
|
var marker_c8e9de1a7a60bb763d586dd64dbd5b97 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b99e70d0494557945edb8fb8c979be35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4d81a9ed1942f5d1a2dc789de6b782d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588ac749328d4610e26a6bff89f5d87d = $(`<div id="html_588ac749328d4610e26a6bff89f5d87d" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_e4d81a9ed1942f5d1a2dc789de6b782d.setContent(html_588ac749328d4610e26a6bff89f5d87d);
|
|
|
|
|
|
|
|
marker_c8e9de1a7a60bb763d586dd64dbd5b97.bindPopup(popup_e4d81a9ed1942f5d1a2dc789de6b782d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8e9de1a7a60bb763d586dd64dbd5b97.setIcon(icon_b99e70d0494557945edb8fb8c979be35);
|
|
|
|
|
|
var marker_b0d3f5a87ddb24390031d01d213d7880 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f852256aa2fd319cec753c7e8d197a5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f544b1256687a3ae1cc6e28d79c43b6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4736cf48c2ae82551b3a9c9204e766a = $(`<div id="html_b4736cf48c2ae82551b3a9c9204e766a" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_f544b1256687a3ae1cc6e28d79c43b6e.setContent(html_b4736cf48c2ae82551b3a9c9204e766a);
|
|
|
|
|
|
|
|
marker_b0d3f5a87ddb24390031d01d213d7880.bindPopup(popup_f544b1256687a3ae1cc6e28d79c43b6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0d3f5a87ddb24390031d01d213d7880.setIcon(icon_f852256aa2fd319cec753c7e8d197a5b);
|
|
|
|
|
|
var marker_1686c12f04dd830342e5eb6ec39ba74b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_6ebfbceec79df72367b951e7839256c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9da945da411db59328a5bddf95bde926 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf187ecbaf41c494831db368b0020541 = $(`<div id="html_cf187ecbaf41c494831db368b0020541" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_9da945da411db59328a5bddf95bde926.setContent(html_cf187ecbaf41c494831db368b0020541);
|
|
|
|
|
|
|
|
marker_1686c12f04dd830342e5eb6ec39ba74b.bindPopup(popup_9da945da411db59328a5bddf95bde926)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1686c12f04dd830342e5eb6ec39ba74b.setIcon(icon_6ebfbceec79df72367b951e7839256c4);
|
|
|
|
|
|
var marker_7abf9215524bcdc9b4ca6512f77be3c3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_8e71c6dbc6b9e8fc77a0778a50183f6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92e7d500c05c055b92d45e7bfbcadb6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a034bac8d61bde35016c4010ba974d4 = $(`<div id="html_7a034bac8d61bde35016c4010ba974d4" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_92e7d500c05c055b92d45e7bfbcadb6f.setContent(html_7a034bac8d61bde35016c4010ba974d4);
|
|
|
|
|
|
|
|
marker_7abf9215524bcdc9b4ca6512f77be3c3.bindPopup(popup_92e7d500c05c055b92d45e7bfbcadb6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7abf9215524bcdc9b4ca6512f77be3c3.setIcon(icon_8e71c6dbc6b9e8fc77a0778a50183f6c);
|
|
|
|
|
|
var marker_8685853575ea74b6feecb53726cfa4f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fd53b128cf1f9fdaf355ef8bc2b1f9d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f30f3064a6384b6a96ee5955d261b3aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28df1012f24ced6e242738d49bad4687 = $(`<div id="html_28df1012f24ced6e242738d49bad4687" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_f30f3064a6384b6a96ee5955d261b3aa.setContent(html_28df1012f24ced6e242738d49bad4687);
|
|
|
|
|
|
|
|
marker_8685853575ea74b6feecb53726cfa4f2.bindPopup(popup_f30f3064a6384b6a96ee5955d261b3aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8685853575ea74b6feecb53726cfa4f2.setIcon(icon_fd53b128cf1f9fdaf355ef8bc2b1f9d6);
|
|
|
|
|
|
var marker_a2660ef0c66c7997a294dbf77784d367 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_8e102620caf496a4856a1676b02361bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acfaab0d6875ca05e08d52d2424bb1d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d19721708882099752b16b11a6170401 = $(`<div id="html_d19721708882099752b16b11a6170401" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_acfaab0d6875ca05e08d52d2424bb1d3.setContent(html_d19721708882099752b16b11a6170401);
|
|
|
|
|
|
|
|
marker_a2660ef0c66c7997a294dbf77784d367.bindPopup(popup_acfaab0d6875ca05e08d52d2424bb1d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2660ef0c66c7997a294dbf77784d367.setIcon(icon_8e102620caf496a4856a1676b02361bd);
|
|
|
|
|
|
var marker_df9954123eccefccee5388db45354ccd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_51c7fd61961daa8f81c61d030b970e76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46b46a204866948b190a7fdcbc578633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12804391737128c96278fcb1b4be58b4 = $(`<div id="html_12804391737128c96278fcb1b4be58b4" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_46b46a204866948b190a7fdcbc578633.setContent(html_12804391737128c96278fcb1b4be58b4);
|
|
|
|
|
|
|
|
marker_df9954123eccefccee5388db45354ccd.bindPopup(popup_46b46a204866948b190a7fdcbc578633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df9954123eccefccee5388db45354ccd.setIcon(icon_51c7fd61961daa8f81c61d030b970e76);
|
|
|
|
|
|
var marker_21bb0faf8c689796ce41329b5e6b7c39 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_644e0a7509cc3e5825c3deefcf9611e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6e13a27980ae55c5a1a16e1c1de7e6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_235c3daf9c9cade1a7ce7f5178fa2584 = $(`<div id="html_235c3daf9c9cade1a7ce7f5178fa2584" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_f6e13a27980ae55c5a1a16e1c1de7e6a.setContent(html_235c3daf9c9cade1a7ce7f5178fa2584);
|
|
|
|
|
|
|
|
marker_21bb0faf8c689796ce41329b5e6b7c39.bindPopup(popup_f6e13a27980ae55c5a1a16e1c1de7e6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21bb0faf8c689796ce41329b5e6b7c39.setIcon(icon_644e0a7509cc3e5825c3deefcf9611e3);
|
|
|
|
|
|
var marker_7fbcf14b1394238cbd4a6601ee70992a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e2c2cd75f62f0b0c1e119363abf5bc75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb29cb71c9be19b8c614e9a409fd13d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28be940ccb094122904c855c8780d595 = $(`<div id="html_28be940ccb094122904c855c8780d595" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_cb29cb71c9be19b8c614e9a409fd13d1.setContent(html_28be940ccb094122904c855c8780d595);
|
|
|
|
|
|
|
|
marker_7fbcf14b1394238cbd4a6601ee70992a.bindPopup(popup_cb29cb71c9be19b8c614e9a409fd13d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fbcf14b1394238cbd4a6601ee70992a.setIcon(icon_e2c2cd75f62f0b0c1e119363abf5bc75);
|
|
|
|
|
|
var marker_755999d7900a9c9719e0d36ba036fb2e = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fa29097394a8e8b76e3353685e0aeddd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14cb2130b5dc4a3ad151f1b401fb44e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_542f5b2b57e562f74a153c572fcd07e1 = $(`<div id="html_542f5b2b57e562f74a153c572fcd07e1" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_14cb2130b5dc4a3ad151f1b401fb44e7.setContent(html_542f5b2b57e562f74a153c572fcd07e1);
|
|
|
|
|
|
|
|
marker_755999d7900a9c9719e0d36ba036fb2e.bindPopup(popup_14cb2130b5dc4a3ad151f1b401fb44e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_755999d7900a9c9719e0d36ba036fb2e.setIcon(icon_fa29097394a8e8b76e3353685e0aeddd);
|
|
|
|
|
|
var marker_bbb033f373afdbb9cc6966b7cca070cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d28ea16a9fed84f9c5d8cdf41097d460 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db76f2868359b2cf450b89edb8c63bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d1154ba07fb3f9ce3282b4619f3e5a4 = $(`<div id="html_0d1154ba07fb3f9ce3282b4619f3e5a4" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_db76f2868359b2cf450b89edb8c63bb9.setContent(html_0d1154ba07fb3f9ce3282b4619f3e5a4);
|
|
|
|
|
|
|
|
marker_bbb033f373afdbb9cc6966b7cca070cb.bindPopup(popup_db76f2868359b2cf450b89edb8c63bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbb033f373afdbb9cc6966b7cca070cb.setIcon(icon_d28ea16a9fed84f9c5d8cdf41097d460);
|
|
|
|
|
|
var marker_139a9a960e9a6e4583353971e3954dd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cdfec90836b1b49aba25fb1ff8d8be48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6319c470ed80bd5d8742442287f913db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d96c8893e0957393496453bda6f5b2b7 = $(`<div id="html_d96c8893e0957393496453bda6f5b2b7" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_6319c470ed80bd5d8742442287f913db.setContent(html_d96c8893e0957393496453bda6f5b2b7);
|
|
|
|
|
|
|
|
marker_139a9a960e9a6e4583353971e3954dd4.bindPopup(popup_6319c470ed80bd5d8742442287f913db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_139a9a960e9a6e4583353971e3954dd4.setIcon(icon_cdfec90836b1b49aba25fb1ff8d8be48);
|
|
|
|
|
|
var marker_4b0273a116af68c2227ca734be367dac = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_013e48bd5193d19cc27686a641e6c819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14b95b73d9122782331622e724d3339b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50f0453b3ebdc78cb2d5ee124a1dcef2 = $(`<div id="html_50f0453b3ebdc78cb2d5ee124a1dcef2" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_14b95b73d9122782331622e724d3339b.setContent(html_50f0453b3ebdc78cb2d5ee124a1dcef2);
|
|
|
|
|
|
|
|
marker_4b0273a116af68c2227ca734be367dac.bindPopup(popup_14b95b73d9122782331622e724d3339b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b0273a116af68c2227ca734be367dac.setIcon(icon_013e48bd5193d19cc27686a641e6c819);
|
|
|
|
|
|
var marker_087c3c228d96cdc178f698970ce8cd68 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3f8d94e873ce4db3b9ae4112a87f5225 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae779dbdd922d910d3a19760fb907fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c74d7a78e6c1d2778aa990652bb6e70 = $(`<div id="html_6c74d7a78e6c1d2778aa990652bb6e70" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_6ae779dbdd922d910d3a19760fb907fa.setContent(html_6c74d7a78e6c1d2778aa990652bb6e70);
|
|
|
|
|
|
|
|
marker_087c3c228d96cdc178f698970ce8cd68.bindPopup(popup_6ae779dbdd922d910d3a19760fb907fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087c3c228d96cdc178f698970ce8cd68.setIcon(icon_3f8d94e873ce4db3b9ae4112a87f5225);
|
|
|
|
|
|
var marker_836006d31f51062ad2e7dbf2ebe9d35d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_11b54a6245c633e2423ed1bd54d2e465 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25b67c6d91d85901c962e9b4b879fe9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_751ec45f37653edae803c91eaf151b7d = $(`<div id="html_751ec45f37653edae803c91eaf151b7d" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_25b67c6d91d85901c962e9b4b879fe9d.setContent(html_751ec45f37653edae803c91eaf151b7d);
|
|
|
|
|
|
|
|
marker_836006d31f51062ad2e7dbf2ebe9d35d.bindPopup(popup_25b67c6d91d85901c962e9b4b879fe9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_836006d31f51062ad2e7dbf2ebe9d35d.setIcon(icon_11b54a6245c633e2423ed1bd54d2e465);
|
|
|
|
|
|
var marker_82ddf630a4cb6381926d529ca1e7b7f8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_804e11d1dcc0f8e0e9000d60aa46b43c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17078da42b909bf356aedf1c70b4e358 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05669f020b6bc97402c05a01854d7b0f = $(`<div id="html_05669f020b6bc97402c05a01854d7b0f" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_17078da42b909bf356aedf1c70b4e358.setContent(html_05669f020b6bc97402c05a01854d7b0f);
|
|
|
|
|
|
|
|
marker_82ddf630a4cb6381926d529ca1e7b7f8.bindPopup(popup_17078da42b909bf356aedf1c70b4e358)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82ddf630a4cb6381926d529ca1e7b7f8.setIcon(icon_804e11d1dcc0f8e0e9000d60aa46b43c);
|
|
|
|
|
|
var marker_b6dc1d89a4616b439c776cac7c360c7f = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_1891b86bba8234fb6971da085dea18d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0875ec30213d2d381b70b623644377d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cc91e6acf1b65e11c9576f3c73f92d4 = $(`<div id="html_4cc91e6acf1b65e11c9576f3c73f92d4" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_f0875ec30213d2d381b70b623644377d.setContent(html_4cc91e6acf1b65e11c9576f3c73f92d4);
|
|
|
|
|
|
|
|
marker_b6dc1d89a4616b439c776cac7c360c7f.bindPopup(popup_f0875ec30213d2d381b70b623644377d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6dc1d89a4616b439c776cac7c360c7f.setIcon(icon_1891b86bba8234fb6971da085dea18d0);
|
|
|
|
|
|
var marker_f151926c70f5fff81b79d86c8068af05 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fd8185b0f5ebc73c97c437704bebfaa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9911e51c53417b5547578105b2cdc343 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_392b1390c52bb80388ef5eedd0223427 = $(`<div id="html_392b1390c52bb80388ef5eedd0223427" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_9911e51c53417b5547578105b2cdc343.setContent(html_392b1390c52bb80388ef5eedd0223427);
|
|
|
|
|
|
|
|
marker_f151926c70f5fff81b79d86c8068af05.bindPopup(popup_9911e51c53417b5547578105b2cdc343)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f151926c70f5fff81b79d86c8068af05.setIcon(icon_fd8185b0f5ebc73c97c437704bebfaa2);
|
|
|
|
|
|
var marker_67e5c7bf22f0740dd5d811be71c533f3 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_17d7676e52d5a347af5059e59a4377f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e553e2907736bc9e1b7ca37cee127730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a40d6ef53030caa6f850f6e6edc53907 = $(`<div id="html_a40d6ef53030caa6f850f6e6edc53907" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_e553e2907736bc9e1b7ca37cee127730.setContent(html_a40d6ef53030caa6f850f6e6edc53907);
|
|
|
|
|
|
|
|
marker_67e5c7bf22f0740dd5d811be71c533f3.bindPopup(popup_e553e2907736bc9e1b7ca37cee127730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67e5c7bf22f0740dd5d811be71c533f3.setIcon(icon_17d7676e52d5a347af5059e59a4377f1);
|
|
|
|
|
|
var marker_7f74aab1afa4d325b96f730eecf8ef1a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0df1ee332c1de5edcb0c6805242cb175 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_375fc8cebe0148ca9fb6064011dc2035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91a1bbe894f4be5a8c2d0e3041e56b7c = $(`<div id="html_91a1bbe894f4be5a8c2d0e3041e56b7c" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_375fc8cebe0148ca9fb6064011dc2035.setContent(html_91a1bbe894f4be5a8c2d0e3041e56b7c);
|
|
|
|
|
|
|
|
marker_7f74aab1afa4d325b96f730eecf8ef1a.bindPopup(popup_375fc8cebe0148ca9fb6064011dc2035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f74aab1afa4d325b96f730eecf8ef1a.setIcon(icon_0df1ee332c1de5edcb0c6805242cb175);
|
|
|
|
|
|
var marker_87e2972b92b2f175b751f0d731da0e86 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_09b9d265794139044b5d3737a5384ae5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b716050f560f4cdc7fb5691b76e7c65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c892e1b94b8175f267d7cf38fda3731 = $(`<div id="html_0c892e1b94b8175f267d7cf38fda3731" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_6b716050f560f4cdc7fb5691b76e7c65.setContent(html_0c892e1b94b8175f267d7cf38fda3731);
|
|
|
|
|
|
|
|
marker_87e2972b92b2f175b751f0d731da0e86.bindPopup(popup_6b716050f560f4cdc7fb5691b76e7c65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87e2972b92b2f175b751f0d731da0e86.setIcon(icon_09b9d265794139044b5d3737a5384ae5);
|
|
|
|
|
|
var marker_e769df288c3a629800c5e4ec8d0a5772 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7be2bdd34d79650294566bd70ad7b1e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27b56331d64fa0bc732ea6b942879038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f157924b5db4458f792805e0383b4ee2 = $(`<div id="html_f157924b5db4458f792805e0383b4ee2" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_27b56331d64fa0bc732ea6b942879038.setContent(html_f157924b5db4458f792805e0383b4ee2);
|
|
|
|
|
|
|
|
marker_e769df288c3a629800c5e4ec8d0a5772.bindPopup(popup_27b56331d64fa0bc732ea6b942879038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e769df288c3a629800c5e4ec8d0a5772.setIcon(icon_7be2bdd34d79650294566bd70ad7b1e7);
|
|
|
|
|
|
var marker_50f9a416f6beaebee5c9de1eaea777c1 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d021b3c1d87016cb78eba34ce58cfeb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5e22d42a8cfea47848f0d2522a74238 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f50566b2f5e05329ed77ddcfd75f8c1f = $(`<div id="html_f50566b2f5e05329ed77ddcfd75f8c1f" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_b5e22d42a8cfea47848f0d2522a74238.setContent(html_f50566b2f5e05329ed77ddcfd75f8c1f);
|
|
|
|
|
|
|
|
marker_50f9a416f6beaebee5c9de1eaea777c1.bindPopup(popup_b5e22d42a8cfea47848f0d2522a74238)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50f9a416f6beaebee5c9de1eaea777c1.setIcon(icon_d021b3c1d87016cb78eba34ce58cfeb4);
|
|
|
|
|
|
var marker_ecfe8857c31b18c98e70a4add87b798b = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_8a643db20d994a5fea84c7c52aab0344 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c804ef436fd970a28fb07d64e154c2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fefedc077acf72ed3af2271979af291 = $(`<div id="html_6fefedc077acf72ed3af2271979af291" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_5c804ef436fd970a28fb07d64e154c2d.setContent(html_6fefedc077acf72ed3af2271979af291);
|
|
|
|
|
|
|
|
marker_ecfe8857c31b18c98e70a4add87b798b.bindPopup(popup_5c804ef436fd970a28fb07d64e154c2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecfe8857c31b18c98e70a4add87b798b.setIcon(icon_8a643db20d994a5fea84c7c52aab0344);
|
|
|
|
|
|
var marker_5a799d229131ccea35f5a12b6b0ab964 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ffb4b497dbba2d606954c7d31b23eea8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af58eff465854f76a52cdb2ff0e5b105 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e8980b3c81a6bfd422487450bba2d55 = $(`<div id="html_3e8980b3c81a6bfd422487450bba2d55" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_af58eff465854f76a52cdb2ff0e5b105.setContent(html_3e8980b3c81a6bfd422487450bba2d55);
|
|
|
|
|
|
|
|
marker_5a799d229131ccea35f5a12b6b0ab964.bindPopup(popup_af58eff465854f76a52cdb2ff0e5b105)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a799d229131ccea35f5a12b6b0ab964.setIcon(icon_ffb4b497dbba2d606954c7d31b23eea8);
|
|
|
|
|
|
var marker_dc1d916a7893f5461960b5484d21364f = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_89b0131d771812c12bc45f5b5f2996b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_564c1b2796a268cccd072e73c2aae950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af3ac1180ad597750667e8f4bb963267 = $(`<div id="html_af3ac1180ad597750667e8f4bb963267" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_564c1b2796a268cccd072e73c2aae950.setContent(html_af3ac1180ad597750667e8f4bb963267);
|
|
|
|
|
|
|
|
marker_dc1d916a7893f5461960b5484d21364f.bindPopup(popup_564c1b2796a268cccd072e73c2aae950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc1d916a7893f5461960b5484d21364f.setIcon(icon_89b0131d771812c12bc45f5b5f2996b8);
|
|
|
|
|
|
var marker_35451ec8c69a957bd08c88f5fdf56cff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7bfbd0c8a6b749d0a317e471e10600d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f3f625d341aee02a3526b7fa3c7f9b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba1d74889a5103b9702d930b2ca74317 = $(`<div id="html_ba1d74889a5103b9702d930b2ca74317" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_8f3f625d341aee02a3526b7fa3c7f9b4.setContent(html_ba1d74889a5103b9702d930b2ca74317);
|
|
|
|
|
|
|
|
marker_35451ec8c69a957bd08c88f5fdf56cff.bindPopup(popup_8f3f625d341aee02a3526b7fa3c7f9b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35451ec8c69a957bd08c88f5fdf56cff.setIcon(icon_7bfbd0c8a6b749d0a317e471e10600d3);
|
|
|
|
|
|
var marker_f2851079844e944c096492b3eab5cf15 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3db414a97ec1892db48dfaf2527d300d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d0d2ce620a7ff0da032f0161e322423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a65f0bf6fbfc33b19a851967fac0a3a = $(`<div id="html_3a65f0bf6fbfc33b19a851967fac0a3a" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_6d0d2ce620a7ff0da032f0161e322423.setContent(html_3a65f0bf6fbfc33b19a851967fac0a3a);
|
|
|
|
|
|
|
|
marker_f2851079844e944c096492b3eab5cf15.bindPopup(popup_6d0d2ce620a7ff0da032f0161e322423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2851079844e944c096492b3eab5cf15.setIcon(icon_3db414a97ec1892db48dfaf2527d300d);
|
|
|
|
|
|
var marker_dee0560743923c7fc6060f5279680337 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_64b6447ca43c368daa9a41489aabb4de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3257153c950f39e964d475b4a09ef69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f9a076e9e5f8160abf7f5c14da46bca = $(`<div id="html_4f9a076e9e5f8160abf7f5c14da46bca" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_d3257153c950f39e964d475b4a09ef69.setContent(html_4f9a076e9e5f8160abf7f5c14da46bca);
|
|
|
|
|
|
|
|
marker_dee0560743923c7fc6060f5279680337.bindPopup(popup_d3257153c950f39e964d475b4a09ef69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee0560743923c7fc6060f5279680337.setIcon(icon_64b6447ca43c368daa9a41489aabb4de);
|
|
|
|
|
|
var marker_f91eec548ca8bad099d1672768ac0706 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_61e1459b00bd7d652c37264c5aec85e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a814ae30aa2dc1e22e6008214dad26c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff55b37fff12711a505249674807f93b = $(`<div id="html_ff55b37fff12711a505249674807f93b" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_6a814ae30aa2dc1e22e6008214dad26c.setContent(html_ff55b37fff12711a505249674807f93b);
|
|
|
|
|
|
|
|
marker_f91eec548ca8bad099d1672768ac0706.bindPopup(popup_6a814ae30aa2dc1e22e6008214dad26c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f91eec548ca8bad099d1672768ac0706.setIcon(icon_61e1459b00bd7d652c37264c5aec85e6);
|
|
|
|
|
|
var marker_921c9a9e381335dfa0e93a96ac257de7 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cfc03e1ba135d8df4a0cbb2016f81ac6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f8805fe3d41bb844470847897114b7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e096bb5f9291abd9c8195e14d2c63638 = $(`<div id="html_e096bb5f9291abd9c8195e14d2c63638" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_6f8805fe3d41bb844470847897114b7f.setContent(html_e096bb5f9291abd9c8195e14d2c63638);
|
|
|
|
|
|
|
|
marker_921c9a9e381335dfa0e93a96ac257de7.bindPopup(popup_6f8805fe3d41bb844470847897114b7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_921c9a9e381335dfa0e93a96ac257de7.setIcon(icon_cfc03e1ba135d8df4a0cbb2016f81ac6);
|
|
|
|
|
|
var marker_b64292167c17b632efac28d74ef0c9b2 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_772c88aa5e9b9b05187220ecc1799da2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86af8183e169ed8cceeae8537612d06e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64a5ecda495ca967acdc43c00709b44d = $(`<div id="html_64a5ecda495ca967acdc43c00709b44d" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_86af8183e169ed8cceeae8537612d06e.setContent(html_64a5ecda495ca967acdc43c00709b44d);
|
|
|
|
|
|
|
|
marker_b64292167c17b632efac28d74ef0c9b2.bindPopup(popup_86af8183e169ed8cceeae8537612d06e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b64292167c17b632efac28d74ef0c9b2.setIcon(icon_772c88aa5e9b9b05187220ecc1799da2);
|
|
|
|
|
|
var marker_7673a77d576e662917bd01c398517875 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ff35969943b18aa1fedb8984e5a795cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b96c13fa826477af457200293c33091 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8f4424caebe177d8c52d841444cdbba = $(`<div id="html_e8f4424caebe177d8c52d841444cdbba" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_8b96c13fa826477af457200293c33091.setContent(html_e8f4424caebe177d8c52d841444cdbba);
|
|
|
|
|
|
|
|
marker_7673a77d576e662917bd01c398517875.bindPopup(popup_8b96c13fa826477af457200293c33091)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7673a77d576e662917bd01c398517875.setIcon(icon_ff35969943b18aa1fedb8984e5a795cb);
|
|
|
|
|
|
var marker_d95fae4ef8e9cc44fdfae05dcfaace41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_205ebafff3e60f8f82dc206e9d5526b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e9153fcd08e7a0c609d5bedcd5303a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae4c9947b2c383d987912600f96e3b6e = $(`<div id="html_ae4c9947b2c383d987912600f96e3b6e" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_9e9153fcd08e7a0c609d5bedcd5303a9.setContent(html_ae4c9947b2c383d987912600f96e3b6e);
|
|
|
|
|
|
|
|
marker_d95fae4ef8e9cc44fdfae05dcfaace41.bindPopup(popup_9e9153fcd08e7a0c609d5bedcd5303a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d95fae4ef8e9cc44fdfae05dcfaace41.setIcon(icon_205ebafff3e60f8f82dc206e9d5526b1);
|
|
|
|
|
|
var marker_ce91815245811f17375ec288a1067142 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f166468eaccffc60d535645b89cce90f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70c0054c67684f0fbf0ad18d35e9ac00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d62004f53b367fe28cff755e3d825ab3 = $(`<div id="html_d62004f53b367fe28cff755e3d825ab3" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_70c0054c67684f0fbf0ad18d35e9ac00.setContent(html_d62004f53b367fe28cff755e3d825ab3);
|
|
|
|
|
|
|
|
marker_ce91815245811f17375ec288a1067142.bindPopup(popup_70c0054c67684f0fbf0ad18d35e9ac00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce91815245811f17375ec288a1067142.setIcon(icon_f166468eaccffc60d535645b89cce90f);
|
|
|
|
|
|
var marker_1448a5f91ef55459f2a3a383225d14a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d989c9372830cd5a27f2dd3c6e7a69bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d0d130cb6dea33d60f11d4435f4009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4eb6f73040952f26f1c40a088a1553d = $(`<div id="html_b4eb6f73040952f26f1c40a088a1553d" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_c8d0d130cb6dea33d60f11d4435f4009.setContent(html_b4eb6f73040952f26f1c40a088a1553d);
|
|
|
|
|
|
|
|
marker_1448a5f91ef55459f2a3a383225d14a5.bindPopup(popup_c8d0d130cb6dea33d60f11d4435f4009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1448a5f91ef55459f2a3a383225d14a5.setIcon(icon_d989c9372830cd5a27f2dd3c6e7a69bd);
|
|
|
|
|
|
var marker_bdd4fc02c986e1cfba2d8bcffb314a36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_81b58ba910960ca0a168e97254092340 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_114cce89201afdf3fa7f35cf7984c887 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc1524e0cd4c0faae54e02c51141ad43 = $(`<div id="html_fc1524e0cd4c0faae54e02c51141ad43" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_114cce89201afdf3fa7f35cf7984c887.setContent(html_fc1524e0cd4c0faae54e02c51141ad43);
|
|
|
|
|
|
|
|
marker_bdd4fc02c986e1cfba2d8bcffb314a36.bindPopup(popup_114cce89201afdf3fa7f35cf7984c887)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdd4fc02c986e1cfba2d8bcffb314a36.setIcon(icon_81b58ba910960ca0a168e97254092340);
|
|
|
|
|
|
var marker_0813a62dc8ed49cf27025e80292ffd36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ab389233a166d9f8579f4804a628f789 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c131702cfe2a8caed135b16cdc96235d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb94d7a636366c9f4352cdcf6b7e71fc = $(`<div id="html_cb94d7a636366c9f4352cdcf6b7e71fc" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_c131702cfe2a8caed135b16cdc96235d.setContent(html_cb94d7a636366c9f4352cdcf6b7e71fc);
|
|
|
|
|
|
|
|
marker_0813a62dc8ed49cf27025e80292ffd36.bindPopup(popup_c131702cfe2a8caed135b16cdc96235d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0813a62dc8ed49cf27025e80292ffd36.setIcon(icon_ab389233a166d9f8579f4804a628f789);
|
|
|
|
|
|
var marker_7e51afc659cbf2e05d3efbd0ee57b945 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ffc990427bd4c7d9f56c952e536838f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6aa89a8cc4c18876cfd97488b8ad578f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c54add29e8c5d76da70dac19688b666 = $(`<div id="html_0c54add29e8c5d76da70dac19688b666" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_6aa89a8cc4c18876cfd97488b8ad578f.setContent(html_0c54add29e8c5d76da70dac19688b666);
|
|
|
|
|
|
|
|
marker_7e51afc659cbf2e05d3efbd0ee57b945.bindPopup(popup_6aa89a8cc4c18876cfd97488b8ad578f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e51afc659cbf2e05d3efbd0ee57b945.setIcon(icon_ffc990427bd4c7d9f56c952e536838f1);
|
|
|
|
|
|
var marker_d6db2dc50d3ce3046aa051f2f6da66d3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2eadd10512baf5386d8c0b8c9d50c9c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dac20378073a0db3cf7af4f5dcb6648a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d94dc30fbc339ad1d25863c03d134f8 = $(`<div id="html_8d94dc30fbc339ad1d25863c03d134f8" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_dac20378073a0db3cf7af4f5dcb6648a.setContent(html_8d94dc30fbc339ad1d25863c03d134f8);
|
|
|
|
|
|
|
|
marker_d6db2dc50d3ce3046aa051f2f6da66d3.bindPopup(popup_dac20378073a0db3cf7af4f5dcb6648a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6db2dc50d3ce3046aa051f2f6da66d3.setIcon(icon_2eadd10512baf5386d8c0b8c9d50c9c4);
|
|
|
|
|
|
var marker_02c0739272e5b74431d5f2ff52e9914b = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ca4c324de415fa43d09eaba5e3edc0dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1f8898e5bdf41f8b44e5d7b5366c979 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_307bc7b6a91c9379b316f9707adccae4 = $(`<div id="html_307bc7b6a91c9379b316f9707adccae4" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_e1f8898e5bdf41f8b44e5d7b5366c979.setContent(html_307bc7b6a91c9379b316f9707adccae4);
|
|
|
|
|
|
|
|
marker_02c0739272e5b74431d5f2ff52e9914b.bindPopup(popup_e1f8898e5bdf41f8b44e5d7b5366c979)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c0739272e5b74431d5f2ff52e9914b.setIcon(icon_ca4c324de415fa43d09eaba5e3edc0dc);
|
|
|
|
|
|
var marker_e7eb586800e33618cc4720ae3609058e = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_981c5a21317ea6684c51812d36d3dacd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6de65a5dd4e60a9b7791b6fb8469d0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e25868deadc53826597014fbe886791 = $(`<div id="html_4e25868deadc53826597014fbe886791" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_c6de65a5dd4e60a9b7791b6fb8469d0b.setContent(html_4e25868deadc53826597014fbe886791);
|
|
|
|
|
|
|
|
marker_e7eb586800e33618cc4720ae3609058e.bindPopup(popup_c6de65a5dd4e60a9b7791b6fb8469d0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7eb586800e33618cc4720ae3609058e.setIcon(icon_981c5a21317ea6684c51812d36d3dacd);
|
|
|
|
|
|
var marker_6dac232f16eb316b7ac77ed5b5b7b6b8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_bcd2d2a09df82351d82f758d0d44c40a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43de4e23f170e32c1500ddcc52ea11c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed82d0d5d1d551e58724298be1291ea0 = $(`<div id="html_ed82d0d5d1d551e58724298be1291ea0" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_43de4e23f170e32c1500ddcc52ea11c0.setContent(html_ed82d0d5d1d551e58724298be1291ea0);
|
|
|
|
|
|
|
|
marker_6dac232f16eb316b7ac77ed5b5b7b6b8.bindPopup(popup_43de4e23f170e32c1500ddcc52ea11c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dac232f16eb316b7ac77ed5b5b7b6b8.setIcon(icon_bcd2d2a09df82351d82f758d0d44c40a);
|
|
|
|
|
|
var marker_4fac34f143c85efb7b3607a09c86c4ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_39efdc4cc14ece536480b2aed2090e4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24557082831cbaeece45ab967ca9a510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca994266a9d6ec6b53b1ef55fde3d55a = $(`<div id="html_ca994266a9d6ec6b53b1ef55fde3d55a" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_24557082831cbaeece45ab967ca9a510.setContent(html_ca994266a9d6ec6b53b1ef55fde3d55a);
|
|
|
|
|
|
|
|
marker_4fac34f143c85efb7b3607a09c86c4ef.bindPopup(popup_24557082831cbaeece45ab967ca9a510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fac34f143c85efb7b3607a09c86c4ef.setIcon(icon_39efdc4cc14ece536480b2aed2090e4d);
|
|
|
|
|
|
var marker_8337d6d5ffe4bd79fa713ea76c20e658 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3b190e16c89964b9b9daf795cb4c8fdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c8832d834c2ea744f2f1f727b9fdf54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9d428e38d2d389bf84fa6b2e825debe = $(`<div id="html_b9d428e38d2d389bf84fa6b2e825debe" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_4c8832d834c2ea744f2f1f727b9fdf54.setContent(html_b9d428e38d2d389bf84fa6b2e825debe);
|
|
|
|
|
|
|
|
marker_8337d6d5ffe4bd79fa713ea76c20e658.bindPopup(popup_4c8832d834c2ea744f2f1f727b9fdf54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8337d6d5ffe4bd79fa713ea76c20e658.setIcon(icon_3b190e16c89964b9b9daf795cb4c8fdf);
|
|
|
|
|
|
var marker_42a3035d0b3fb8172d13107230937b8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9a31f2acbc32f4a3144539e29b0a550b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a169432e938447bd295c07264c8f744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d6e36e74709a59e8b30e52d605ba8a0 = $(`<div id="html_4d6e36e74709a59e8b30e52d605ba8a0" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_3a169432e938447bd295c07264c8f744.setContent(html_4d6e36e74709a59e8b30e52d605ba8a0);
|
|
|
|
|
|
|
|
marker_42a3035d0b3fb8172d13107230937b8b.bindPopup(popup_3a169432e938447bd295c07264c8f744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a3035d0b3fb8172d13107230937b8b.setIcon(icon_9a31f2acbc32f4a3144539e29b0a550b);
|
|
|
|
|
|
var marker_d0f6eb9c94c2d76126fb0d75a8e595d8 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_1cefcfe591a6d64cb7e5f4cef54e7514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de6770349ff31b4276fa84e849530bee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf3e9cd1929a64ede42fffca83c9735 = $(`<div id="html_0bf3e9cd1929a64ede42fffca83c9735" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_de6770349ff31b4276fa84e849530bee.setContent(html_0bf3e9cd1929a64ede42fffca83c9735);
|
|
|
|
|
|
|
|
marker_d0f6eb9c94c2d76126fb0d75a8e595d8.bindPopup(popup_de6770349ff31b4276fa84e849530bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0f6eb9c94c2d76126fb0d75a8e595d8.setIcon(icon_1cefcfe591a6d64cb7e5f4cef54e7514);
|
|
|
|
|
|
var marker_48b4bdeb02860b43df763ef5fec53738 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9cb97e669a3397c5fa69d53962af5ffd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11ac8c98516d5999c945dcb19a99be25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58f3e019a5af008a8809693e4dc9ded8 = $(`<div id="html_58f3e019a5af008a8809693e4dc9ded8" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_11ac8c98516d5999c945dcb19a99be25.setContent(html_58f3e019a5af008a8809693e4dc9ded8);
|
|
|
|
|
|
|
|
marker_48b4bdeb02860b43df763ef5fec53738.bindPopup(popup_11ac8c98516d5999c945dcb19a99be25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48b4bdeb02860b43df763ef5fec53738.setIcon(icon_9cb97e669a3397c5fa69d53962af5ffd);
|
|
|
|
|
|
var marker_82596e97070da585ed8e6e51a456fa1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3f33cf328c19a32d99680508df847f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbf4a266aae3cf3bcc3f522c3234ef53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa1cc68895889198852522afd4a12683 = $(`<div id="html_fa1cc68895889198852522afd4a12683" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_cbf4a266aae3cf3bcc3f522c3234ef53.setContent(html_fa1cc68895889198852522afd4a12683);
|
|
|
|
|
|
|
|
marker_82596e97070da585ed8e6e51a456fa1c.bindPopup(popup_cbf4a266aae3cf3bcc3f522c3234ef53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82596e97070da585ed8e6e51a456fa1c.setIcon(icon_3f33cf328c19a32d99680508df847f8a);
|
|
|
|
|
|
var marker_06b2278e0eadfde1ae83b98a1ab75584 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f2fefacf619e78c263f1a1fd33455da0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9066a8aa209febbfbfae965ca429b57c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ef113f1445cfe39b1eb5b02d674260c = $(`<div id="html_7ef113f1445cfe39b1eb5b02d674260c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_9066a8aa209febbfbfae965ca429b57c.setContent(html_7ef113f1445cfe39b1eb5b02d674260c);
|
|
|
|
|
|
|
|
marker_06b2278e0eadfde1ae83b98a1ab75584.bindPopup(popup_9066a8aa209febbfbfae965ca429b57c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06b2278e0eadfde1ae83b98a1ab75584.setIcon(icon_f2fefacf619e78c263f1a1fd33455da0);
|
|
|
|
|
|
var marker_845566070960a3ef6a3e7adbf40df5a8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5cfcd73b300fe421faf62ccad322e532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66d04f52ff199f8532a8fb5d413fcffe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2dbd839268bb7b9c78439e81315c11 = $(`<div id="html_5f2dbd839268bb7b9c78439e81315c11" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_66d04f52ff199f8532a8fb5d413fcffe.setContent(html_5f2dbd839268bb7b9c78439e81315c11);
|
|
|
|
|
|
|
|
marker_845566070960a3ef6a3e7adbf40df5a8.bindPopup(popup_66d04f52ff199f8532a8fb5d413fcffe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_845566070960a3ef6a3e7adbf40df5a8.setIcon(icon_5cfcd73b300fe421faf62ccad322e532);
|
|
|
|
|
|
var marker_ab74af38847492aed485fdf76608afbd = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_487f2dd53def2c3c790131d748180f8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e65814142b5d75b2f4df7f31da9ce6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd9a2501aecbe9a2276d77ea589f0aed = $(`<div id="html_dd9a2501aecbe9a2276d77ea589f0aed" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_6e65814142b5d75b2f4df7f31da9ce6a.setContent(html_dd9a2501aecbe9a2276d77ea589f0aed);
|
|
|
|
|
|
|
|
marker_ab74af38847492aed485fdf76608afbd.bindPopup(popup_6e65814142b5d75b2f4df7f31da9ce6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab74af38847492aed485fdf76608afbd.setIcon(icon_487f2dd53def2c3c790131d748180f8e);
|
|
|
|
|
|
var marker_acd90d6d6169efec48a46183496a7c35 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_45fcd14311cd9b7ed80dc72369903326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea0e08c52a83b068f082bc680df5b30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c970640aa4a5699390928c8db2f83a55 = $(`<div id="html_c970640aa4a5699390928c8db2f83a55" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_bea0e08c52a83b068f082bc680df5b30.setContent(html_c970640aa4a5699390928c8db2f83a55);
|
|
|
|
|
|
|
|
marker_acd90d6d6169efec48a46183496a7c35.bindPopup(popup_bea0e08c52a83b068f082bc680df5b30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acd90d6d6169efec48a46183496a7c35.setIcon(icon_45fcd14311cd9b7ed80dc72369903326);
|
|
|
|
|
|
var marker_df7c77db65f3f2b6e5f0fd06a7905f9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2a44820d2d708f0d1d6b2e4a1811674a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a86f10d13e209cfe5750c9d4dddad771 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df6c7aa726768580f384b1063237e5a6 = $(`<div id="html_df6c7aa726768580f384b1063237e5a6" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_a86f10d13e209cfe5750c9d4dddad771.setContent(html_df6c7aa726768580f384b1063237e5a6);
|
|
|
|
|
|
|
|
marker_df7c77db65f3f2b6e5f0fd06a7905f9d.bindPopup(popup_a86f10d13e209cfe5750c9d4dddad771)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df7c77db65f3f2b6e5f0fd06a7905f9d.setIcon(icon_2a44820d2d708f0d1d6b2e4a1811674a);
|
|
|
|
|
|
var marker_269766fa1dc065a6b13dc4d96492eb5c = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0185415430c416bf272f78964169c402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3ef81741d36f1511455f8f771a83d8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b0a3578980a98b6f97cbfbdd6babd6b = $(`<div id="html_2b0a3578980a98b6f97cbfbdd6babd6b" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_a3ef81741d36f1511455f8f771a83d8b.setContent(html_2b0a3578980a98b6f97cbfbdd6babd6b);
|
|
|
|
|
|
|
|
marker_269766fa1dc065a6b13dc4d96492eb5c.bindPopup(popup_a3ef81741d36f1511455f8f771a83d8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_269766fa1dc065a6b13dc4d96492eb5c.setIcon(icon_0185415430c416bf272f78964169c402);
|
|
|
|
|
|
var marker_2eb929be99c63364f5f39308c4c324ca = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7086ceb5e1455037d494daef97ec510b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_505040b6bbaba8b701953d3a8a69ab75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8363e766b381f9b83371ffb4a47e476 = $(`<div id="html_a8363e766b381f9b83371ffb4a47e476" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_505040b6bbaba8b701953d3a8a69ab75.setContent(html_a8363e766b381f9b83371ffb4a47e476);
|
|
|
|
|
|
|
|
marker_2eb929be99c63364f5f39308c4c324ca.bindPopup(popup_505040b6bbaba8b701953d3a8a69ab75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eb929be99c63364f5f39308c4c324ca.setIcon(icon_7086ceb5e1455037d494daef97ec510b);
|
|
|
|
|
|
var marker_455ae0fc76af1f7ee00889b116fc9bcd = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_61545de1d986504a0b4d6eb97de0ff06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_105ba586d7058bf75f1d455c01a84adc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ed5c6c8416b9e167cbded5d74d05550 = $(`<div id="html_1ed5c6c8416b9e167cbded5d74d05550" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_105ba586d7058bf75f1d455c01a84adc.setContent(html_1ed5c6c8416b9e167cbded5d74d05550);
|
|
|
|
|
|
|
|
marker_455ae0fc76af1f7ee00889b116fc9bcd.bindPopup(popup_105ba586d7058bf75f1d455c01a84adc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455ae0fc76af1f7ee00889b116fc9bcd.setIcon(icon_61545de1d986504a0b4d6eb97de0ff06);
|
|
|
|
|
|
var marker_1efb892c9bec28ecd6c1d685b21ca097 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_6cab227f584738b3e44ea6af9c42c833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4167a4bbafd796f1b16eb8e987dd87c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4713505d4938717e056c13f05fd6e34d = $(`<div id="html_4713505d4938717e056c13f05fd6e34d" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_4167a4bbafd796f1b16eb8e987dd87c8.setContent(html_4713505d4938717e056c13f05fd6e34d);
|
|
|
|
|
|
|
|
marker_1efb892c9bec28ecd6c1d685b21ca097.bindPopup(popup_4167a4bbafd796f1b16eb8e987dd87c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1efb892c9bec28ecd6c1d685b21ca097.setIcon(icon_6cab227f584738b3e44ea6af9c42c833);
|
|
|
|
|
|
var marker_4be463640dddef1b4cc944dc4f27298c = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_8811a63d03d334f3848ffb7e41da8c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c334003148c6519c9059a58de93262 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54584d802346b4b18a89d3bb28d28822 = $(`<div id="html_54584d802346b4b18a89d3bb28d28822" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_d3c334003148c6519c9059a58de93262.setContent(html_54584d802346b4b18a89d3bb28d28822);
|
|
|
|
|
|
|
|
marker_4be463640dddef1b4cc944dc4f27298c.bindPopup(popup_d3c334003148c6519c9059a58de93262)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4be463640dddef1b4cc944dc4f27298c.setIcon(icon_8811a63d03d334f3848ffb7e41da8c98);
|
|
|
|
|
|
var marker_c3bd8e37c539dc7e89bb228a66db9eb6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a8270c1ab073d306efd95b7e6798cb44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17344c9985a31474c4ac06248cb0d9ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f73d23b8eabedc52995f8703b260daa = $(`<div id="html_6f73d23b8eabedc52995f8703b260daa" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_17344c9985a31474c4ac06248cb0d9ad.setContent(html_6f73d23b8eabedc52995f8703b260daa);
|
|
|
|
|
|
|
|
marker_c3bd8e37c539dc7e89bb228a66db9eb6.bindPopup(popup_17344c9985a31474c4ac06248cb0d9ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3bd8e37c539dc7e89bb228a66db9eb6.setIcon(icon_a8270c1ab073d306efd95b7e6798cb44);
|
|
|
|
|
|
var marker_e08521fc92ff769deef6871b135d0ce1 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_365a7e35673a43e579b23d7cd761a22e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c6a4e579f826ad5523aa8640718a538 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_334cbfaca198244fe7c78407afea0b36 = $(`<div id="html_334cbfaca198244fe7c78407afea0b36" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2c6a4e579f826ad5523aa8640718a538.setContent(html_334cbfaca198244fe7c78407afea0b36);
|
|
|
|
|
|
|
|
marker_e08521fc92ff769deef6871b135d0ce1.bindPopup(popup_2c6a4e579f826ad5523aa8640718a538)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e08521fc92ff769deef6871b135d0ce1.setIcon(icon_365a7e35673a43e579b23d7cd761a22e);
|
|
|
|
|
|
var marker_4689f7b4cc6f497030d8efef95c0f673 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b4468d2e431c043d2aee4c029e1d046e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a53bcc4103b5a08ef2a7c0e9a7fd6d8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea91f03e025ec07dc5728d46d1fdd41f = $(`<div id="html_ea91f03e025ec07dc5728d46d1fdd41f" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_a53bcc4103b5a08ef2a7c0e9a7fd6d8e.setContent(html_ea91f03e025ec07dc5728d46d1fdd41f);
|
|
|
|
|
|
|
|
marker_4689f7b4cc6f497030d8efef95c0f673.bindPopup(popup_a53bcc4103b5a08ef2a7c0e9a7fd6d8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4689f7b4cc6f497030d8efef95c0f673.setIcon(icon_b4468d2e431c043d2aee4c029e1d046e);
|
|
|
|
|
|
var marker_72a66d3135d9d7f6344507c098dcdab6 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_17f556d53eafe82563983cadbe20a414 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_468584919bf4cdf1042e370a14de9c11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bf765b7930bbc9823827c4c0ed1ada5 = $(`<div id="html_5bf765b7930bbc9823827c4c0ed1ada5" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_468584919bf4cdf1042e370a14de9c11.setContent(html_5bf765b7930bbc9823827c4c0ed1ada5);
|
|
|
|
|
|
|
|
marker_72a66d3135d9d7f6344507c098dcdab6.bindPopup(popup_468584919bf4cdf1042e370a14de9c11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72a66d3135d9d7f6344507c098dcdab6.setIcon(icon_17f556d53eafe82563983cadbe20a414);
|
|
|
|
|
|
var marker_c8801279d2f2dfd0e26e63fd32f31a20 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2377bf6ac14c4eba62e87de3b579a103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fd091554bb027a8f13e5ac203644a34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bee4031d3c4fcfe6173890f9f8f365fd = $(`<div id="html_bee4031d3c4fcfe6173890f9f8f365fd" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_7fd091554bb027a8f13e5ac203644a34.setContent(html_bee4031d3c4fcfe6173890f9f8f365fd);
|
|
|
|
|
|
|
|
marker_c8801279d2f2dfd0e26e63fd32f31a20.bindPopup(popup_7fd091554bb027a8f13e5ac203644a34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8801279d2f2dfd0e26e63fd32f31a20.setIcon(icon_2377bf6ac14c4eba62e87de3b579a103);
|
|
|
|
|
|
var marker_5c5cbfa9563851df802d452404b02ad2 = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fd6f6d6fdeddfbf7b33c090f1b6f0abd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba25943fcaa371217652048cd020ba1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7124faa00cf7734f050a6a4c9a30a746 = $(`<div id="html_7124faa00cf7734f050a6a4c9a30a746" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_ba25943fcaa371217652048cd020ba1a.setContent(html_7124faa00cf7734f050a6a4c9a30a746);
|
|
|
|
|
|
|
|
marker_5c5cbfa9563851df802d452404b02ad2.bindPopup(popup_ba25943fcaa371217652048cd020ba1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c5cbfa9563851df802d452404b02ad2.setIcon(icon_fd6f6d6fdeddfbf7b33c090f1b6f0abd);
|
|
|
|
|
|
var marker_b2d1a03b57b3eb3400dc6b3253dae40f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a43ba51b0e4ed3f2faf7fc9debe36e69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d7ee021d74d545289d664e7f6fd861c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b197e9f72dd0eb7328fb710b33869e27 = $(`<div id="html_b197e9f72dd0eb7328fb710b33869e27" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_8d7ee021d74d545289d664e7f6fd861c.setContent(html_b197e9f72dd0eb7328fb710b33869e27);
|
|
|
|
|
|
|
|
marker_b2d1a03b57b3eb3400dc6b3253dae40f.bindPopup(popup_8d7ee021d74d545289d664e7f6fd861c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2d1a03b57b3eb3400dc6b3253dae40f.setIcon(icon_a43ba51b0e4ed3f2faf7fc9debe36e69);
|
|
|
|
|
|
var marker_d990606a453f56487d4ba600ea77f0d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cb2741316cf5c76d8c3c2655fede8e18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baef2299b01fb214ded4e5e91a4453fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c4aee6f1e13162bba16a4f68fb4e6f8 = $(`<div id="html_5c4aee6f1e13162bba16a4f68fb4e6f8" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_baef2299b01fb214ded4e5e91a4453fa.setContent(html_5c4aee6f1e13162bba16a4f68fb4e6f8);
|
|
|
|
|
|
|
|
marker_d990606a453f56487d4ba600ea77f0d0.bindPopup(popup_baef2299b01fb214ded4e5e91a4453fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d990606a453f56487d4ba600ea77f0d0.setIcon(icon_cb2741316cf5c76d8c3c2655fede8e18);
|
|
|
|
|
|
var marker_12c7c0179ddf94da8512e90d4ce66a1d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_6e89d3ed6042ddd31596ce8581c41881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_968215a8d0d9415ba162cc362d683fa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12429943700db26e5a695b5795385512 = $(`<div id="html_12429943700db26e5a695b5795385512" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_968215a8d0d9415ba162cc362d683fa8.setContent(html_12429943700db26e5a695b5795385512);
|
|
|
|
|
|
|
|
marker_12c7c0179ddf94da8512e90d4ce66a1d.bindPopup(popup_968215a8d0d9415ba162cc362d683fa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12c7c0179ddf94da8512e90d4ce66a1d.setIcon(icon_6e89d3ed6042ddd31596ce8581c41881);
|
|
|
|
|
|
var marker_270574a9505cf35c9ee5449e5dc2ee99 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c9a48d79da6bebc8077f6324c5b75003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba1ef8098b2ce693184e8800883649d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad4a7eac3198e560da7a342f4a048c30 = $(`<div id="html_ad4a7eac3198e560da7a342f4a048c30" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_ba1ef8098b2ce693184e8800883649d6.setContent(html_ad4a7eac3198e560da7a342f4a048c30);
|
|
|
|
|
|
|
|
marker_270574a9505cf35c9ee5449e5dc2ee99.bindPopup(popup_ba1ef8098b2ce693184e8800883649d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_270574a9505cf35c9ee5449e5dc2ee99.setIcon(icon_c9a48d79da6bebc8077f6324c5b75003);
|
|
|
|
|
|
var marker_3d44592be0d190fe29b37ba292882a21 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f49c3841b9de61875be7f8b4e0a62349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e56ffa7f7becfeaccdb2c4654f0a670f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fe3f863e610f99a11dda39b647ab2ad = $(`<div id="html_8fe3f863e610f99a11dda39b647ab2ad" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_e56ffa7f7becfeaccdb2c4654f0a670f.setContent(html_8fe3f863e610f99a11dda39b647ab2ad);
|
|
|
|
|
|
|
|
marker_3d44592be0d190fe29b37ba292882a21.bindPopup(popup_e56ffa7f7becfeaccdb2c4654f0a670f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d44592be0d190fe29b37ba292882a21.setIcon(icon_f49c3841b9de61875be7f8b4e0a62349);
|
|
|
|
|
|
var marker_6bc35defca511e9b1edc84c986397f56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ea0c14511fabe92fe4f82087534dbfa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4b3b903f7f9cd2b7c0ed613c5eeb9bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73697ceb6a203d93be655340740f291f = $(`<div id="html_73697ceb6a203d93be655340740f291f" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_a4b3b903f7f9cd2b7c0ed613c5eeb9bc.setContent(html_73697ceb6a203d93be655340740f291f);
|
|
|
|
|
|
|
|
marker_6bc35defca511e9b1edc84c986397f56.bindPopup(popup_a4b3b903f7f9cd2b7c0ed613c5eeb9bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc35defca511e9b1edc84c986397f56.setIcon(icon_ea0c14511fabe92fe4f82087534dbfa7);
|
|
|
|
|
|
var marker_efb3454757d41ae978612ab9121d329f = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9d86a5c721788955e232a8718dc9f9ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b2913f953691143cd0ead57ccf20611 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db0af4ab664daf53a3d9cff9eaa36785 = $(`<div id="html_db0af4ab664daf53a3d9cff9eaa36785" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_6b2913f953691143cd0ead57ccf20611.setContent(html_db0af4ab664daf53a3d9cff9eaa36785);
|
|
|
|
|
|
|
|
marker_efb3454757d41ae978612ab9121d329f.bindPopup(popup_6b2913f953691143cd0ead57ccf20611)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb3454757d41ae978612ab9121d329f.setIcon(icon_9d86a5c721788955e232a8718dc9f9ac);
|
|
|
|
|
|
var marker_164c69389dc67ced03509440fc6e3118 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_8decdd6786ecbc6bab7b3bfe43696f9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b843fec8e426351f792b7f290d63d8b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bad2b7652cc2f94da1bc8c61e3825285 = $(`<div id="html_bad2b7652cc2f94da1bc8c61e3825285" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_b843fec8e426351f792b7f290d63d8b3.setContent(html_bad2b7652cc2f94da1bc8c61e3825285);
|
|
|
|
|
|
|
|
marker_164c69389dc67ced03509440fc6e3118.bindPopup(popup_b843fec8e426351f792b7f290d63d8b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_164c69389dc67ced03509440fc6e3118.setIcon(icon_8decdd6786ecbc6bab7b3bfe43696f9f);
|
|
|
|
|
|
var marker_4afc4c4c20bb4b100c33278c6c7c519f = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4eb4c8634b2cfa8afa501418c9a88f86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e757499e023c6970569ea8df93f0f562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bddca07f146b7f4e8e35823279aaa504 = $(`<div id="html_bddca07f146b7f4e8e35823279aaa504" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_e757499e023c6970569ea8df93f0f562.setContent(html_bddca07f146b7f4e8e35823279aaa504);
|
|
|
|
|
|
|
|
marker_4afc4c4c20bb4b100c33278c6c7c519f.bindPopup(popup_e757499e023c6970569ea8df93f0f562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4afc4c4c20bb4b100c33278c6c7c519f.setIcon(icon_4eb4c8634b2cfa8afa501418c9a88f86);
|
|
|
|
|
|
var marker_965d5b4ac80372248b65e36d4726b0fa = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f8ea27299c2e39d84c133ce2d0b284c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7534dcb8d700f4980a9d42f28bbbfd8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d7bfbb566c7431185e2360506d72491 = $(`<div id="html_0d7bfbb566c7431185e2360506d72491" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_7534dcb8d700f4980a9d42f28bbbfd8b.setContent(html_0d7bfbb566c7431185e2360506d72491);
|
|
|
|
|
|
|
|
marker_965d5b4ac80372248b65e36d4726b0fa.bindPopup(popup_7534dcb8d700f4980a9d42f28bbbfd8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_965d5b4ac80372248b65e36d4726b0fa.setIcon(icon_f8ea27299c2e39d84c133ce2d0b284c1);
|
|
|
|
|
|
var marker_1557a80b8adefef9278d88f7f1e04879 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f2210761297bb806a19c728bf0bc442b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a18f706f765cc31958a106d23f489109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc97a83577124314fa4e06c8164764e8 = $(`<div id="html_bc97a83577124314fa4e06c8164764e8" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_a18f706f765cc31958a106d23f489109.setContent(html_bc97a83577124314fa4e06c8164764e8);
|
|
|
|
|
|
|
|
marker_1557a80b8adefef9278d88f7f1e04879.bindPopup(popup_a18f706f765cc31958a106d23f489109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1557a80b8adefef9278d88f7f1e04879.setIcon(icon_f2210761297bb806a19c728bf0bc442b);
|
|
|
|
|
|
var marker_67d6e31f8c9a503e46b16f2568f82462 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_604f7a2caf409dc03107224e4e0f083c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e60a9c9660097eea66adcc74cf03d39c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f901aa8b40f89e18c3d91e87c38eb466 = $(`<div id="html_f901aa8b40f89e18c3d91e87c38eb466" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_e60a9c9660097eea66adcc74cf03d39c.setContent(html_f901aa8b40f89e18c3d91e87c38eb466);
|
|
|
|
|
|
|
|
marker_67d6e31f8c9a503e46b16f2568f82462.bindPopup(popup_e60a9c9660097eea66adcc74cf03d39c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67d6e31f8c9a503e46b16f2568f82462.setIcon(icon_604f7a2caf409dc03107224e4e0f083c);
|
|
|
|
|
|
var marker_fc5395a7d3d322372583b427161e4ea0 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_bcc66b241bc23f7abaf55fb4cd5b6a15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bd6d134f4c2094703dd7e71f62f6b2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_927e8c437f34c8e72a289483b7444809 = $(`<div id="html_927e8c437f34c8e72a289483b7444809" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_3bd6d134f4c2094703dd7e71f62f6b2d.setContent(html_927e8c437f34c8e72a289483b7444809);
|
|
|
|
|
|
|
|
marker_fc5395a7d3d322372583b427161e4ea0.bindPopup(popup_3bd6d134f4c2094703dd7e71f62f6b2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc5395a7d3d322372583b427161e4ea0.setIcon(icon_bcc66b241bc23f7abaf55fb4cd5b6a15);
|
|
|
|
|
|
var marker_75ec46204c4fce37bb311fcc9b05e2b7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ed205a867f713c4bcc59fb4eade17977 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e60c6440276434062ef3261830c16a15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88a072089f7ea0ecb0679954e94f21cd = $(`<div id="html_88a072089f7ea0ecb0679954e94f21cd" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_e60c6440276434062ef3261830c16a15.setContent(html_88a072089f7ea0ecb0679954e94f21cd);
|
|
|
|
|
|
|
|
marker_75ec46204c4fce37bb311fcc9b05e2b7.bindPopup(popup_e60c6440276434062ef3261830c16a15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75ec46204c4fce37bb311fcc9b05e2b7.setIcon(icon_ed205a867f713c4bcc59fb4eade17977);
|
|
|
|
|
|
var marker_7c36a9090c46a110b2d6031e6e3fa6cc = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ac2ea3206801154b9ee476df37ca9eab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f6470124ab3c87f82e75cb9d02b1ab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b5e868596fbc2711698e666a0eff169 = $(`<div id="html_3b5e868596fbc2711698e666a0eff169" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_5f6470124ab3c87f82e75cb9d02b1ab7.setContent(html_3b5e868596fbc2711698e666a0eff169);
|
|
|
|
|
|
|
|
marker_7c36a9090c46a110b2d6031e6e3fa6cc.bindPopup(popup_5f6470124ab3c87f82e75cb9d02b1ab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c36a9090c46a110b2d6031e6e3fa6cc.setIcon(icon_ac2ea3206801154b9ee476df37ca9eab);
|
|
|
|
|
|
var marker_226153c5239b46d30c2fbe5d295bc298 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4abac17871834377d1e1d0874ef7d047 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18d0ab20a54c0df7afb0a468a504046e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1875d22b2ef32636f33585be45127010 = $(`<div id="html_1875d22b2ef32636f33585be45127010" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_18d0ab20a54c0df7afb0a468a504046e.setContent(html_1875d22b2ef32636f33585be45127010);
|
|
|
|
|
|
|
|
marker_226153c5239b46d30c2fbe5d295bc298.bindPopup(popup_18d0ab20a54c0df7afb0a468a504046e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_226153c5239b46d30c2fbe5d295bc298.setIcon(icon_4abac17871834377d1e1d0874ef7d047);
|
|
|
|
|
|
var marker_a214f1b20c350941d60671e6a0ee8dbb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c9ea86bfc467fb15e9638d2d0c9bc69d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eda497bf8e43cd89ed52df053fdf66c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39b2b73b29f59d5ec764abc50aecc634 = $(`<div id="html_39b2b73b29f59d5ec764abc50aecc634" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_0eda497bf8e43cd89ed52df053fdf66c.setContent(html_39b2b73b29f59d5ec764abc50aecc634);
|
|
|
|
|
|
|
|
marker_a214f1b20c350941d60671e6a0ee8dbb.bindPopup(popup_0eda497bf8e43cd89ed52df053fdf66c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a214f1b20c350941d60671e6a0ee8dbb.setIcon(icon_c9ea86bfc467fb15e9638d2d0c9bc69d);
|
|
|
|
|
|
var marker_a47c1cf3a5987c472b1714d4f9e885d9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5b6125c766349ba95f470f0df3768f56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd79a6ae4cb4d0613decf9b02178610c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11f6b76c5b061e43186b7d76723d4cda = $(`<div id="html_11f6b76c5b061e43186b7d76723d4cda" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_dd79a6ae4cb4d0613decf9b02178610c.setContent(html_11f6b76c5b061e43186b7d76723d4cda);
|
|
|
|
|
|
|
|
marker_a47c1cf3a5987c472b1714d4f9e885d9.bindPopup(popup_dd79a6ae4cb4d0613decf9b02178610c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a47c1cf3a5987c472b1714d4f9e885d9.setIcon(icon_5b6125c766349ba95f470f0df3768f56);
|
|
|
|
|
|
var marker_c13e5be6b35786d9697ce93e81d92c32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ca8a6ec54ed206837e7e31a0561d4910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b03fcb43afc973885436de962ba9b1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff325d78870a8d013fe79fe3ac230ceb = $(`<div id="html_ff325d78870a8d013fe79fe3ac230ceb" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_1b03fcb43afc973885436de962ba9b1c.setContent(html_ff325d78870a8d013fe79fe3ac230ceb);
|
|
|
|
|
|
|
|
marker_c13e5be6b35786d9697ce93e81d92c32.bindPopup(popup_1b03fcb43afc973885436de962ba9b1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c13e5be6b35786d9697ce93e81d92c32.setIcon(icon_ca8a6ec54ed206837e7e31a0561d4910);
|
|
|
|
|
|
var marker_32171fb16ae04237063eb1126fa0d928 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2cb3af2f5fa129ecedec670c8cb21e3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3df575cc4e8ded7df88e82c46b1bb582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80d7a69f9fa5c6b601ab1222491ae4ad = $(`<div id="html_80d7a69f9fa5c6b601ab1222491ae4ad" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_3df575cc4e8ded7df88e82c46b1bb582.setContent(html_80d7a69f9fa5c6b601ab1222491ae4ad);
|
|
|
|
|
|
|
|
marker_32171fb16ae04237063eb1126fa0d928.bindPopup(popup_3df575cc4e8ded7df88e82c46b1bb582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32171fb16ae04237063eb1126fa0d928.setIcon(icon_2cb3af2f5fa129ecedec670c8cb21e3b);
|
|
|
|
|
|
var marker_849b74f4cbaab3fb706c5979cc1e4cf4 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cdce813340deeccb51ee0fa9b97fb4bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42eaeda6831cec30e9d931aac27d7f71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3139d90f31a8ebac6efd54003f711011 = $(`<div id="html_3139d90f31a8ebac6efd54003f711011" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_42eaeda6831cec30e9d931aac27d7f71.setContent(html_3139d90f31a8ebac6efd54003f711011);
|
|
|
|
|
|
|
|
marker_849b74f4cbaab3fb706c5979cc1e4cf4.bindPopup(popup_42eaeda6831cec30e9d931aac27d7f71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_849b74f4cbaab3fb706c5979cc1e4cf4.setIcon(icon_cdce813340deeccb51ee0fa9b97fb4bd);
|
|
|
|
|
|
var marker_5288bc46c7b259eaeced15523e08c03d = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_19ac93c2006e670b1ea3d2edb722690e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_059b8e8028b39acf7759effa2290c668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b788949d2b6fb2404b90339743e76c = $(`<div id="html_10b788949d2b6fb2404b90339743e76c" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_059b8e8028b39acf7759effa2290c668.setContent(html_10b788949d2b6fb2404b90339743e76c);
|
|
|
|
|
|
|
|
marker_5288bc46c7b259eaeced15523e08c03d.bindPopup(popup_059b8e8028b39acf7759effa2290c668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5288bc46c7b259eaeced15523e08c03d.setIcon(icon_19ac93c2006e670b1ea3d2edb722690e);
|
|
|
|
|
|
var marker_8c2fabeb91608333ecab030dd894b684 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_21cfc015404e318c69a12671b8c8d30e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23bf9eda667e2d656865a9580fb43f40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a057a293b82eb2a4b44258c17dd5be6 = $(`<div id="html_0a057a293b82eb2a4b44258c17dd5be6" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_23bf9eda667e2d656865a9580fb43f40.setContent(html_0a057a293b82eb2a4b44258c17dd5be6);
|
|
|
|
|
|
|
|
marker_8c2fabeb91608333ecab030dd894b684.bindPopup(popup_23bf9eda667e2d656865a9580fb43f40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c2fabeb91608333ecab030dd894b684.setIcon(icon_21cfc015404e318c69a12671b8c8d30e);
|
|
|
|
|
|
var marker_c4e48d3f2ab9dffbce43b6af4b933af8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3cef897c3d42c62e73186c37a1da9cae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82dd06089fec3da77d4bf0163f58bd8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104c008b3a944367d1cb75c813140218 = $(`<div id="html_104c008b3a944367d1cb75c813140218" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_82dd06089fec3da77d4bf0163f58bd8c.setContent(html_104c008b3a944367d1cb75c813140218);
|
|
|
|
|
|
|
|
marker_c4e48d3f2ab9dffbce43b6af4b933af8.bindPopup(popup_82dd06089fec3da77d4bf0163f58bd8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4e48d3f2ab9dffbce43b6af4b933af8.setIcon(icon_3cef897c3d42c62e73186c37a1da9cae);
|
|
|
|
|
|
var marker_f96f513fe46a9bee422dbf2f2677ebfc = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_614b43f1416673f8fb5243af31900321 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_094abe4e6fe58a328cdf4270b5be64d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24d30bab2c32bd1548377887c870d9db = $(`<div id="html_24d30bab2c32bd1548377887c870d9db" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_094abe4e6fe58a328cdf4270b5be64d6.setContent(html_24d30bab2c32bd1548377887c870d9db);
|
|
|
|
|
|
|
|
marker_f96f513fe46a9bee422dbf2f2677ebfc.bindPopup(popup_094abe4e6fe58a328cdf4270b5be64d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f96f513fe46a9bee422dbf2f2677ebfc.setIcon(icon_614b43f1416673f8fb5243af31900321);
|
|
|
|
|
|
var marker_c0938014d589325d76da5757753b46fa = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_694c4ce8e12dd5aa3568ee5aa2e8bc25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_455103048248c9d42f245d80e1cf4334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94a4fb43b35ba7c4333c52e2157a2080 = $(`<div id="html_94a4fb43b35ba7c4333c52e2157a2080" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_455103048248c9d42f245d80e1cf4334.setContent(html_94a4fb43b35ba7c4333c52e2157a2080);
|
|
|
|
|
|
|
|
marker_c0938014d589325d76da5757753b46fa.bindPopup(popup_455103048248c9d42f245d80e1cf4334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0938014d589325d76da5757753b46fa.setIcon(icon_694c4ce8e12dd5aa3568ee5aa2e8bc25);
|
|
|
|
|
|
var marker_46c9303688dff2854a09e9579d9efc1d = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b71f1d9a22819b4a0bdbdb1ac42bd8ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_161fb805da2d8e1c7d3c5ba1996b3d33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99d4534ca228fb838b4c868aee1c18cf = $(`<div id="html_99d4534ca228fb838b4c868aee1c18cf" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_161fb805da2d8e1c7d3c5ba1996b3d33.setContent(html_99d4534ca228fb838b4c868aee1c18cf);
|
|
|
|
|
|
|
|
marker_46c9303688dff2854a09e9579d9efc1d.bindPopup(popup_161fb805da2d8e1c7d3c5ba1996b3d33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46c9303688dff2854a09e9579d9efc1d.setIcon(icon_b71f1d9a22819b4a0bdbdb1ac42bd8ca);
|
|
|
|
|
|
var marker_3abd78b7d18fd3be74eeb85730711e30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d5a2162fef449ab909032f52fe391df2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf6aef53b72ab1aa02047a70efabf219 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b68724f5a05a08f808f4f2aa4917464e = $(`<div id="html_b68724f5a05a08f808f4f2aa4917464e" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_bf6aef53b72ab1aa02047a70efabf219.setContent(html_b68724f5a05a08f808f4f2aa4917464e);
|
|
|
|
|
|
|
|
marker_3abd78b7d18fd3be74eeb85730711e30.bindPopup(popup_bf6aef53b72ab1aa02047a70efabf219)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3abd78b7d18fd3be74eeb85730711e30.setIcon(icon_d5a2162fef449ab909032f52fe391df2);
|
|
|
|
|
|
var marker_08e6273ec5b2c9e2b8621eae66290b5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_00a9d676eac99ab602caa82a81ed7c6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a8736642d2ea313fae9c3dc71843907 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9241c588fe56f98430a667f3448bf7dd = $(`<div id="html_9241c588fe56f98430a667f3448bf7dd" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_3a8736642d2ea313fae9c3dc71843907.setContent(html_9241c588fe56f98430a667f3448bf7dd);
|
|
|
|
|
|
|
|
marker_08e6273ec5b2c9e2b8621eae66290b5e.bindPopup(popup_3a8736642d2ea313fae9c3dc71843907)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08e6273ec5b2c9e2b8621eae66290b5e.setIcon(icon_00a9d676eac99ab602caa82a81ed7c6c);
|
|
|
|
|
|
var marker_38bd6efdc0fc60bc95cf02e96226ca2c = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_add59180d664ee375ec658255467f903 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce48449bd517ec967456be21753e6127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4570d14ff704b0158685457b269a5624 = $(`<div id="html_4570d14ff704b0158685457b269a5624" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_ce48449bd517ec967456be21753e6127.setContent(html_4570d14ff704b0158685457b269a5624);
|
|
|
|
|
|
|
|
marker_38bd6efdc0fc60bc95cf02e96226ca2c.bindPopup(popup_ce48449bd517ec967456be21753e6127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38bd6efdc0fc60bc95cf02e96226ca2c.setIcon(icon_add59180d664ee375ec658255467f903);
|
|
|
|
|
|
var marker_ea6e17314b81c4454b06bcdcd1696d9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9cd8ae024247f8fb909d2c5f884397f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02e7c19f4e9bfb457d97a987612c34fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4e5c5fcfbb2f64577daa52172b014ba = $(`<div id="html_b4e5c5fcfbb2f64577daa52172b014ba" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_02e7c19f4e9bfb457d97a987612c34fa.setContent(html_b4e5c5fcfbb2f64577daa52172b014ba);
|
|
|
|
|
|
|
|
marker_ea6e17314b81c4454b06bcdcd1696d9a.bindPopup(popup_02e7c19f4e9bfb457d97a987612c34fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea6e17314b81c4454b06bcdcd1696d9a.setIcon(icon_9cd8ae024247f8fb909d2c5f884397f4);
|
|
|
|
|
|
var marker_ebb1b339aa792f8e8fe4de0b881ed18c = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b4b8406433823f6d1d6e0801d3ac4e28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aa5428b6b3f6d2512700238a8d8692c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1820a0b10cc59216612e206a16b8d9ed = $(`<div id="html_1820a0b10cc59216612e206a16b8d9ed" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_1aa5428b6b3f6d2512700238a8d8692c.setContent(html_1820a0b10cc59216612e206a16b8d9ed);
|
|
|
|
|
|
|
|
marker_ebb1b339aa792f8e8fe4de0b881ed18c.bindPopup(popup_1aa5428b6b3f6d2512700238a8d8692c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebb1b339aa792f8e8fe4de0b881ed18c.setIcon(icon_b4b8406433823f6d1d6e0801d3ac4e28);
|
|
|
|
|
|
var marker_0b3ceb9616daf39bbad1b3fdf8c41145 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c6170f701ef569f5923d991163e0fa9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd06650e4cc4b4d2afe57957e960f27f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e311d2e6ff70f9119f98e10a5d0dc719 = $(`<div id="html_e311d2e6ff70f9119f98e10a5d0dc719" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_fd06650e4cc4b4d2afe57957e960f27f.setContent(html_e311d2e6ff70f9119f98e10a5d0dc719);
|
|
|
|
|
|
|
|
marker_0b3ceb9616daf39bbad1b3fdf8c41145.bindPopup(popup_fd06650e4cc4b4d2afe57957e960f27f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b3ceb9616daf39bbad1b3fdf8c41145.setIcon(icon_c6170f701ef569f5923d991163e0fa9c);
|
|
|
|
|
|
var marker_6d3f1533be69890325d4cfceec17c7bc = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_304d0fe97ef772a6277c2cba7c975609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0291ec894f02cfd652c63ec7dd3c0dfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35647b804f585a636708e231fba2e8b2 = $(`<div id="html_35647b804f585a636708e231fba2e8b2" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_0291ec894f02cfd652c63ec7dd3c0dfe.setContent(html_35647b804f585a636708e231fba2e8b2);
|
|
|
|
|
|
|
|
marker_6d3f1533be69890325d4cfceec17c7bc.bindPopup(popup_0291ec894f02cfd652c63ec7dd3c0dfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d3f1533be69890325d4cfceec17c7bc.setIcon(icon_304d0fe97ef772a6277c2cba7c975609);
|
|
|
|
|
|
var marker_9a7b2afc0b704fc2def8ed14ed2e5268 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a6301698001aae899ac17026b8f9e398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aad61a8190cd53e925062f43d48772d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_823555872dfd2c529268b10b5e063197 = $(`<div id="html_823555872dfd2c529268b10b5e063197" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_aad61a8190cd53e925062f43d48772d9.setContent(html_823555872dfd2c529268b10b5e063197);
|
|
|
|
|
|
|
|
marker_9a7b2afc0b704fc2def8ed14ed2e5268.bindPopup(popup_aad61a8190cd53e925062f43d48772d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a7b2afc0b704fc2def8ed14ed2e5268.setIcon(icon_a6301698001aae899ac17026b8f9e398);
|
|
|
|
|
|
var marker_f73bc49355c58b4cf092dbdff1861794 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2ef86bc40374ea3d094fdbc5613a18c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be581da5d3ebe0b5b3d9509d3e240567 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d8fcf71ff9b2c0f8332df8b469e1fed = $(`<div id="html_9d8fcf71ff9b2c0f8332df8b469e1fed" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_be581da5d3ebe0b5b3d9509d3e240567.setContent(html_9d8fcf71ff9b2c0f8332df8b469e1fed);
|
|
|
|
|
|
|
|
marker_f73bc49355c58b4cf092dbdff1861794.bindPopup(popup_be581da5d3ebe0b5b3d9509d3e240567)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f73bc49355c58b4cf092dbdff1861794.setIcon(icon_2ef86bc40374ea3d094fdbc5613a18c4);
|
|
|
|
|
|
var marker_3ceb7a05bcde3d417cdc71f2d702233a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a39fe56711c76fb713b4a52c35377e67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a73eeaf74778f797891ce42c0f2153c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47a9248fcdc992d7f8ae262d6d05f7e8 = $(`<div id="html_47a9248fcdc992d7f8ae262d6d05f7e8" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_2a73eeaf74778f797891ce42c0f2153c.setContent(html_47a9248fcdc992d7f8ae262d6d05f7e8);
|
|
|
|
|
|
|
|
marker_3ceb7a05bcde3d417cdc71f2d702233a.bindPopup(popup_2a73eeaf74778f797891ce42c0f2153c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ceb7a05bcde3d417cdc71f2d702233a.setIcon(icon_a39fe56711c76fb713b4a52c35377e67);
|
|
|
|
|
|
var marker_c6a1908fe94d9f1a15425d454966f8c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d58536ea63e8d1da36e3f61c338d9a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af76ab9ace0447e5ad27f11528740561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b05419a93e281a89dcbe1fc7ac31223 = $(`<div id="html_5b05419a93e281a89dcbe1fc7ac31223" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_af76ab9ace0447e5ad27f11528740561.setContent(html_5b05419a93e281a89dcbe1fc7ac31223);
|
|
|
|
|
|
|
|
marker_c6a1908fe94d9f1a15425d454966f8c7.bindPopup(popup_af76ab9ace0447e5ad27f11528740561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6a1908fe94d9f1a15425d454966f8c7.setIcon(icon_d58536ea63e8d1da36e3f61c338d9a6d);
|
|
|
|
|
|
var marker_173b29eb7f56c7596c990ef31703ec93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_afbe5f6c88e12bafb4d2514f0cab9a2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12afc65fdd777f8f8bcb8d510a54819a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03cb9faee8241c8f9c4bf3a4539c4e3f = $(`<div id="html_03cb9faee8241c8f9c4bf3a4539c4e3f" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_12afc65fdd777f8f8bcb8d510a54819a.setContent(html_03cb9faee8241c8f9c4bf3a4539c4e3f);
|
|
|
|
|
|
|
|
marker_173b29eb7f56c7596c990ef31703ec93.bindPopup(popup_12afc65fdd777f8f8bcb8d510a54819a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_173b29eb7f56c7596c990ef31703ec93.setIcon(icon_afbe5f6c88e12bafb4d2514f0cab9a2f);
|
|
|
|
|
|
var marker_4f5de12033c0049f956e1478fdcb0fce = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0b07bfe18bcfe395ecc672e8a4df72da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_630f72100c99fe7308d348deb0855b43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd3446c6e254aa9fe1afc39972ba9770 = $(`<div id="html_bd3446c6e254aa9fe1afc39972ba9770" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_630f72100c99fe7308d348deb0855b43.setContent(html_bd3446c6e254aa9fe1afc39972ba9770);
|
|
|
|
|
|
|
|
marker_4f5de12033c0049f956e1478fdcb0fce.bindPopup(popup_630f72100c99fe7308d348deb0855b43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f5de12033c0049f956e1478fdcb0fce.setIcon(icon_0b07bfe18bcfe395ecc672e8a4df72da);
|
|
|
|
|
|
var marker_41604cf08a56def47482710c89ca68eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_832b23e29c1146ee9724908a2e52209e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c993762da7b82a4340289f231e4d431 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a4f83dc4c762c6fe75973f9ba9e7b1a = $(`<div id="html_1a4f83dc4c762c6fe75973f9ba9e7b1a" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_4c993762da7b82a4340289f231e4d431.setContent(html_1a4f83dc4c762c6fe75973f9ba9e7b1a);
|
|
|
|
|
|
|
|
marker_41604cf08a56def47482710c89ca68eb.bindPopup(popup_4c993762da7b82a4340289f231e4d431)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41604cf08a56def47482710c89ca68eb.setIcon(icon_832b23e29c1146ee9724908a2e52209e);
|
|
|
|
|
|
var marker_8303fe56561505382655d2909ad6240c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e12247c466b81fae0822831bd1a46fbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f296cbd39f67b87aadbce9a1dbafc7ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d83854c336cc317dea768cc6e21528f5 = $(`<div id="html_d83854c336cc317dea768cc6e21528f5" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_f296cbd39f67b87aadbce9a1dbafc7ae.setContent(html_d83854c336cc317dea768cc6e21528f5);
|
|
|
|
|
|
|
|
marker_8303fe56561505382655d2909ad6240c.bindPopup(popup_f296cbd39f67b87aadbce9a1dbafc7ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8303fe56561505382655d2909ad6240c.setIcon(icon_e12247c466b81fae0822831bd1a46fbc);
|
|
|
|
|
|
var marker_7dbcea20170ce02fc76fdc1a5ddd084b = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2d9cc5fe6706dd7a9485c3f35b744f0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa44b9654eda33b6a1dd71ab583a5f16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_529e9c0256967dbb2715adb2df383b7c = $(`<div id="html_529e9c0256967dbb2715adb2df383b7c" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_fa44b9654eda33b6a1dd71ab583a5f16.setContent(html_529e9c0256967dbb2715adb2df383b7c);
|
|
|
|
|
|
|
|
marker_7dbcea20170ce02fc76fdc1a5ddd084b.bindPopup(popup_fa44b9654eda33b6a1dd71ab583a5f16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dbcea20170ce02fc76fdc1a5ddd084b.setIcon(icon_2d9cc5fe6706dd7a9485c3f35b744f0a);
|
|
|
|
|
|
var marker_8b52020597678778d85bc4652cbb103d = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_70183d6c19dd3e91746c31ef05d56d54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d898a522d0fd26556e953c4d4afc7688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc67ef0aabec147d0f90781dadb0b53c = $(`<div id="html_cc67ef0aabec147d0f90781dadb0b53c" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_d898a522d0fd26556e953c4d4afc7688.setContent(html_cc67ef0aabec147d0f90781dadb0b53c);
|
|
|
|
|
|
|
|
marker_8b52020597678778d85bc4652cbb103d.bindPopup(popup_d898a522d0fd26556e953c4d4afc7688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b52020597678778d85bc4652cbb103d.setIcon(icon_70183d6c19dd3e91746c31ef05d56d54);
|
|
|
|
|
|
var marker_7e2d88404625b5b42a1363d7cc43d416 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_41564e46b7096950c28d5257919367ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50fa9b083deade69aba6ab88d4d97949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48597f26042c7ef805e26314f3f0d038 = $(`<div id="html_48597f26042c7ef805e26314f3f0d038" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_50fa9b083deade69aba6ab88d4d97949.setContent(html_48597f26042c7ef805e26314f3f0d038);
|
|
|
|
|
|
|
|
marker_7e2d88404625b5b42a1363d7cc43d416.bindPopup(popup_50fa9b083deade69aba6ab88d4d97949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e2d88404625b5b42a1363d7cc43d416.setIcon(icon_41564e46b7096950c28d5257919367ab);
|
|
|
|
|
|
var marker_73586a7dad51a6eb24151bf93ddf219a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_05f72470aa565b1ca936461e6274d707 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_301304de2edd6fa464f8054a2204a511 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d64476d99770a973794ebc7214b2bdce = $(`<div id="html_d64476d99770a973794ebc7214b2bdce" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_301304de2edd6fa464f8054a2204a511.setContent(html_d64476d99770a973794ebc7214b2bdce);
|
|
|
|
|
|
|
|
marker_73586a7dad51a6eb24151bf93ddf219a.bindPopup(popup_301304de2edd6fa464f8054a2204a511)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73586a7dad51a6eb24151bf93ddf219a.setIcon(icon_05f72470aa565b1ca936461e6274d707);
|
|
|
|
|
|
var marker_bc5e67f48ade206ce66644f926dade26 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_733c156c2cd6d0d9f5d20be8a2509a69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24b39882e2acdc5aefa4d17822f0958c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29a13403ca64bf8975d54001d0555a88 = $(`<div id="html_29a13403ca64bf8975d54001d0555a88" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_24b39882e2acdc5aefa4d17822f0958c.setContent(html_29a13403ca64bf8975d54001d0555a88);
|
|
|
|
|
|
|
|
marker_bc5e67f48ade206ce66644f926dade26.bindPopup(popup_24b39882e2acdc5aefa4d17822f0958c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5e67f48ade206ce66644f926dade26.setIcon(icon_733c156c2cd6d0d9f5d20be8a2509a69);
|
|
|
|
|
|
var marker_8298cc1e577531d4a56ce2a4bb7c032a = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9c72419f9139b95d3c4841f45a4d27fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d68207396a9275f0801adef7ec3b6895 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9bd9a57f77b6d996c65a36e3508f7b4 = $(`<div id="html_e9bd9a57f77b6d996c65a36e3508f7b4" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_d68207396a9275f0801adef7ec3b6895.setContent(html_e9bd9a57f77b6d996c65a36e3508f7b4);
|
|
|
|
|
|
|
|
marker_8298cc1e577531d4a56ce2a4bb7c032a.bindPopup(popup_d68207396a9275f0801adef7ec3b6895)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8298cc1e577531d4a56ce2a4bb7c032a.setIcon(icon_9c72419f9139b95d3c4841f45a4d27fb);
|
|
|
|
|
|
var marker_f20d3afe3e6286c633a8054543511f28 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fd2e5a23a4867ca15f11116153b7d313 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a2b986e2a6b846d224bdba34da9d272 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44b0abe5faf5317ff184479116e3c972 = $(`<div id="html_44b0abe5faf5317ff184479116e3c972" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_9a2b986e2a6b846d224bdba34da9d272.setContent(html_44b0abe5faf5317ff184479116e3c972);
|
|
|
|
|
|
|
|
marker_f20d3afe3e6286c633a8054543511f28.bindPopup(popup_9a2b986e2a6b846d224bdba34da9d272)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f20d3afe3e6286c633a8054543511f28.setIcon(icon_fd2e5a23a4867ca15f11116153b7d313);
|
|
|
|
|
|
var marker_2c31a28722755ec45d0ef2d063f89b7b = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a5eb36d6267952273c54f75b0f50ebf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f8c63e984d21fb96a46dba652b234d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fd7d76e075d1a240382f12e7a64458d = $(`<div id="html_7fd7d76e075d1a240382f12e7a64458d" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_f5f8c63e984d21fb96a46dba652b234d.setContent(html_7fd7d76e075d1a240382f12e7a64458d);
|
|
|
|
|
|
|
|
marker_2c31a28722755ec45d0ef2d063f89b7b.bindPopup(popup_f5f8c63e984d21fb96a46dba652b234d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c31a28722755ec45d0ef2d063f89b7b.setIcon(icon_a5eb36d6267952273c54f75b0f50ebf9);
|
|
|
|
|
|
var marker_5955aea2d8cffb7638488b8e63e83df3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_bbf828c99bb539ab13716c3344c3ca76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1f3e9e275fc9ee251b727735bf75dbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97775dd92afeb1ddb460256d1c7c76fe = $(`<div id="html_97775dd92afeb1ddb460256d1c7c76fe" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_b1f3e9e275fc9ee251b727735bf75dbd.setContent(html_97775dd92afeb1ddb460256d1c7c76fe);
|
|
|
|
|
|
|
|
marker_5955aea2d8cffb7638488b8e63e83df3.bindPopup(popup_b1f3e9e275fc9ee251b727735bf75dbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5955aea2d8cffb7638488b8e63e83df3.setIcon(icon_bbf828c99bb539ab13716c3344c3ca76);
|
|
|
|
|
|
var marker_9fb6fd27b0ad42157ee92107c064f356 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b1d2968f3046383bba15a1f4e34201c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ee25dd61ea8b451b23e0a623b7d69ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a79a75e43ad2357c4599fdc5079e99d = $(`<div id="html_7a79a75e43ad2357c4599fdc5079e99d" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_9ee25dd61ea8b451b23e0a623b7d69ea.setContent(html_7a79a75e43ad2357c4599fdc5079e99d);
|
|
|
|
|
|
|
|
marker_9fb6fd27b0ad42157ee92107c064f356.bindPopup(popup_9ee25dd61ea8b451b23e0a623b7d69ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fb6fd27b0ad42157ee92107c064f356.setIcon(icon_b1d2968f3046383bba15a1f4e34201c1);
|
|
|
|
|
|
var marker_c3c26bbef3bf5980b16bbbe0c04d97f3 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c5935deebeef13d254d5b7d5f07389a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7aa8c5de3b1dc1ae99fb68c5c9704ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04334b1731ef6744a7cb532d46d5823b = $(`<div id="html_04334b1731ef6744a7cb532d46d5823b" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_f7aa8c5de3b1dc1ae99fb68c5c9704ec.setContent(html_04334b1731ef6744a7cb532d46d5823b);
|
|
|
|
|
|
|
|
marker_c3c26bbef3bf5980b16bbbe0c04d97f3.bindPopup(popup_f7aa8c5de3b1dc1ae99fb68c5c9704ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3c26bbef3bf5980b16bbbe0c04d97f3.setIcon(icon_c5935deebeef13d254d5b7d5f07389a8);
|
|
|
|
|
|
var marker_164693d3457bd98e3a77de19d1d44259 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_aeb4176de5dfcc43c44f6f2f9610f086 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65fd93ce03f34eee9b26de3ccb2b5b14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_963851df6d3fac16d0549c8ff80685da = $(`<div id="html_963851df6d3fac16d0549c8ff80685da" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_65fd93ce03f34eee9b26de3ccb2b5b14.setContent(html_963851df6d3fac16d0549c8ff80685da);
|
|
|
|
|
|
|
|
marker_164693d3457bd98e3a77de19d1d44259.bindPopup(popup_65fd93ce03f34eee9b26de3ccb2b5b14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_164693d3457bd98e3a77de19d1d44259.setIcon(icon_aeb4176de5dfcc43c44f6f2f9610f086);
|
|
|
|
|
|
var marker_6f778ac06ce3828989c8f3d38bc39d16 = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d60ac9b2299724b602cd4ce0c041f83c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ed4bfa51c56b1cfde7a0f03e30973b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95ab1716cb1ad2a8e18636c22809c83c = $(`<div id="html_95ab1716cb1ad2a8e18636c22809c83c" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_1ed4bfa51c56b1cfde7a0f03e30973b3.setContent(html_95ab1716cb1ad2a8e18636c22809c83c);
|
|
|
|
|
|
|
|
marker_6f778ac06ce3828989c8f3d38bc39d16.bindPopup(popup_1ed4bfa51c56b1cfde7a0f03e30973b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f778ac06ce3828989c8f3d38bc39d16.setIcon(icon_d60ac9b2299724b602cd4ce0c041f83c);
|
|
|
|
|
|
var marker_0477da3354f775be7275d13298f57432 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7aaac575e02c03a8e4fbd97044240fc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96db682d785345860e60965c13d9dc2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86f947a251a864517c39f140f1a83168 = $(`<div id="html_86f947a251a864517c39f140f1a83168" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_96db682d785345860e60965c13d9dc2e.setContent(html_86f947a251a864517c39f140f1a83168);
|
|
|
|
|
|
|
|
marker_0477da3354f775be7275d13298f57432.bindPopup(popup_96db682d785345860e60965c13d9dc2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0477da3354f775be7275d13298f57432.setIcon(icon_7aaac575e02c03a8e4fbd97044240fc4);
|
|
|
|
|
|
var marker_0abee500c846149c6d84e7571b71552b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0bb1849b26fb5cf353bd0e85e56b7f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d417a7db3dcf3b3ea89132b5010dcbea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5580b174a1c0aef470a93e64e24012b9 = $(`<div id="html_5580b174a1c0aef470a93e64e24012b9" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_d417a7db3dcf3b3ea89132b5010dcbea.setContent(html_5580b174a1c0aef470a93e64e24012b9);
|
|
|
|
|
|
|
|
marker_0abee500c846149c6d84e7571b71552b.bindPopup(popup_d417a7db3dcf3b3ea89132b5010dcbea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0abee500c846149c6d84e7571b71552b.setIcon(icon_0bb1849b26fb5cf353bd0e85e56b7f19);
|
|
|
|
|
|
var marker_a7fdbea2728705abec6b004f9a9cf7c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_67f94405566b814b086e6f4e4217a76a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89bb003293c65f34ccd40da7a7d3c897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a83fad5df202c7513766fbd4af4529e3 = $(`<div id="html_a83fad5df202c7513766fbd4af4529e3" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_89bb003293c65f34ccd40da7a7d3c897.setContent(html_a83fad5df202c7513766fbd4af4529e3);
|
|
|
|
|
|
|
|
marker_a7fdbea2728705abec6b004f9a9cf7c7.bindPopup(popup_89bb003293c65f34ccd40da7a7d3c897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7fdbea2728705abec6b004f9a9cf7c7.setIcon(icon_67f94405566b814b086e6f4e4217a76a);
|
|
|
|
|
|
var marker_9942728b7df8aa26a0b94a8cf9783ecf = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2b3af705b13b0e2db285ac2259b9c2ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55d6d2df5cf5864b7f78ccf3bd432765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84eec61b73168e4cd7e20ae2d384aafd = $(`<div id="html_84eec61b73168e4cd7e20ae2d384aafd" style="width: 100.0%; height: 100.0%;">hivetalk.nostr1.com</div>`)[0];
|
|
popup_55d6d2df5cf5864b7f78ccf3bd432765.setContent(html_84eec61b73168e4cd7e20ae2d384aafd);
|
|
|
|
|
|
|
|
marker_9942728b7df8aa26a0b94a8cf9783ecf.bindPopup(popup_55d6d2df5cf5864b7f78ccf3bd432765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9942728b7df8aa26a0b94a8cf9783ecf.setIcon(icon_2b3af705b13b0e2db285ac2259b9c2ad);
|
|
|
|
|
|
var marker_f19c53bfaa61087c29c0bb83baa20b5d = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5846d132459f5f3049fb761b6793acb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a75a635dda92bd2aff6e81f8e9bb606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af3fd80669cc326f40c11bc3f3faa6bb = $(`<div id="html_af3fd80669cc326f40c11bc3f3faa6bb" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_0a75a635dda92bd2aff6e81f8e9bb606.setContent(html_af3fd80669cc326f40c11bc3f3faa6bb);
|
|
|
|
|
|
|
|
marker_f19c53bfaa61087c29c0bb83baa20b5d.bindPopup(popup_0a75a635dda92bd2aff6e81f8e9bb606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f19c53bfaa61087c29c0bb83baa20b5d.setIcon(icon_5846d132459f5f3049fb761b6793acb2);
|
|
|
|
|
|
var marker_29dc999eb35ab219adc9c36f94d0220b = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_651029e6c7dcff2829c362ad134ba002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_579a3292fdc5c5190e88505d584b65dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ad87d395b2387868ec81a074ea3209e = $(`<div id="html_7ad87d395b2387868ec81a074ea3209e" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_579a3292fdc5c5190e88505d584b65dd.setContent(html_7ad87d395b2387868ec81a074ea3209e);
|
|
|
|
|
|
|
|
marker_29dc999eb35ab219adc9c36f94d0220b.bindPopup(popup_579a3292fdc5c5190e88505d584b65dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29dc999eb35ab219adc9c36f94d0220b.setIcon(icon_651029e6c7dcff2829c362ad134ba002);
|
|
|
|
|
|
var marker_179a4d184e5aea513341eebea974585c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_82cab8abfcc204c858d51718d56c7c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e96e43e1f6d074054346ed4840f31063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c9d53e699409dc7df2c69b8e47ad317 = $(`<div id="html_6c9d53e699409dc7df2c69b8e47ad317" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_e96e43e1f6d074054346ed4840f31063.setContent(html_6c9d53e699409dc7df2c69b8e47ad317);
|
|
|
|
|
|
|
|
marker_179a4d184e5aea513341eebea974585c.bindPopup(popup_e96e43e1f6d074054346ed4840f31063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_179a4d184e5aea513341eebea974585c.setIcon(icon_82cab8abfcc204c858d51718d56c7c24);
|
|
|
|
|
|
var marker_4ade7a3dc68f2021ba9e4a1f30f05911 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f4b2444fb7ac8e33eb6f4f2428577441 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fc62425a7ae75e0b0efef39aba4650e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af8f877f014616962a281835b0b2430d = $(`<div id="html_af8f877f014616962a281835b0b2430d" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_2fc62425a7ae75e0b0efef39aba4650e.setContent(html_af8f877f014616962a281835b0b2430d);
|
|
|
|
|
|
|
|
marker_4ade7a3dc68f2021ba9e4a1f30f05911.bindPopup(popup_2fc62425a7ae75e0b0efef39aba4650e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ade7a3dc68f2021ba9e4a1f30f05911.setIcon(icon_f4b2444fb7ac8e33eb6f4f2428577441);
|
|
|
|
|
|
var marker_f5a666e5dffab969159530c308c63906 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_81a55207bc69f0712099538f2dea36d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fffa0cb7d90705cf8a2faecfca66966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9300b4bbe6570003bd5ec4406a3fc176 = $(`<div id="html_9300b4bbe6570003bd5ec4406a3fc176" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_9fffa0cb7d90705cf8a2faecfca66966.setContent(html_9300b4bbe6570003bd5ec4406a3fc176);
|
|
|
|
|
|
|
|
marker_f5a666e5dffab969159530c308c63906.bindPopup(popup_9fffa0cb7d90705cf8a2faecfca66966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5a666e5dffab969159530c308c63906.setIcon(icon_81a55207bc69f0712099538f2dea36d1);
|
|
|
|
|
|
var marker_d687e9d7b37cfe581708ec46e88001f6 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_29798881c92bdde3828f404ea284117d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a4bc7725fecc5e9b08d9d0d6dc6c972 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_707a6520004678141e10f98b8065a7a1 = $(`<div id="html_707a6520004678141e10f98b8065a7a1" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_5a4bc7725fecc5e9b08d9d0d6dc6c972.setContent(html_707a6520004678141e10f98b8065a7a1);
|
|
|
|
|
|
|
|
marker_d687e9d7b37cfe581708ec46e88001f6.bindPopup(popup_5a4bc7725fecc5e9b08d9d0d6dc6c972)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d687e9d7b37cfe581708ec46e88001f6.setIcon(icon_29798881c92bdde3828f404ea284117d);
|
|
|
|
|
|
var marker_e765a79a5e30936211ddfa7c1fd7a457 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3f3e911a4c0608c380c6d5ea6fe88968 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33eb41e89e66b3845ede7b8f02c3712a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_964d6c38a181fe8b5dcca991dd731f37 = $(`<div id="html_964d6c38a181fe8b5dcca991dd731f37" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_33eb41e89e66b3845ede7b8f02c3712a.setContent(html_964d6c38a181fe8b5dcca991dd731f37);
|
|
|
|
|
|
|
|
marker_e765a79a5e30936211ddfa7c1fd7a457.bindPopup(popup_33eb41e89e66b3845ede7b8f02c3712a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e765a79a5e30936211ddfa7c1fd7a457.setIcon(icon_3f3e911a4c0608c380c6d5ea6fe88968);
|
|
|
|
|
|
var marker_e715b7373bb835c3148a7c0aa383a412 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3c144f49e5d69a7d7ea1332b55cad5c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5640d245ffb715848addf062764f86fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63bdda618dfc4e189e9c84471a0c0679 = $(`<div id="html_63bdda618dfc4e189e9c84471a0c0679" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_5640d245ffb715848addf062764f86fa.setContent(html_63bdda618dfc4e189e9c84471a0c0679);
|
|
|
|
|
|
|
|
marker_e715b7373bb835c3148a7c0aa383a412.bindPopup(popup_5640d245ffb715848addf062764f86fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e715b7373bb835c3148a7c0aa383a412.setIcon(icon_3c144f49e5d69a7d7ea1332b55cad5c0);
|
|
|
|
|
|
var marker_848ce92b1dd82a4285f375184f6f2218 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_626bdd89191e07758f2c41fc5560d7e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_417c4b6f6e3879eee3298e5d97b36c97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf5e9f52c86425c32bb7d525cb56871c = $(`<div id="html_bf5e9f52c86425c32bb7d525cb56871c" style="width: 100.0%; height: 100.0%;">relay.unknown.cloud</div>`)[0];
|
|
popup_417c4b6f6e3879eee3298e5d97b36c97.setContent(html_bf5e9f52c86425c32bb7d525cb56871c);
|
|
|
|
|
|
|
|
marker_848ce92b1dd82a4285f375184f6f2218.bindPopup(popup_417c4b6f6e3879eee3298e5d97b36c97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_848ce92b1dd82a4285f375184f6f2218.setIcon(icon_626bdd89191e07758f2c41fc5560d7e3);
|
|
|
|
|
|
var marker_9f6b4c97532609bee72adb99165e097a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5d5e2348f684ecce7459fc00295d683d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df8485164bf326b0a06d4e0eb103ba53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02ae1f1d18c6bf7ebaad3d0e517b1626 = $(`<div id="html_02ae1f1d18c6bf7ebaad3d0e517b1626" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_df8485164bf326b0a06d4e0eb103ba53.setContent(html_02ae1f1d18c6bf7ebaad3d0e517b1626);
|
|
|
|
|
|
|
|
marker_9f6b4c97532609bee72adb99165e097a.bindPopup(popup_df8485164bf326b0a06d4e0eb103ba53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f6b4c97532609bee72adb99165e097a.setIcon(icon_5d5e2348f684ecce7459fc00295d683d);
|
|
|
|
|
|
var marker_9fb7dc1fd5c08a18b2c56528a137cc6d = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_44ca72fb3b618722f55b767d6abbefa8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7b7ba6da7864aa51215e298b9a4c4b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49c84c40a5de3003d839b04cd639232d = $(`<div id="html_49c84c40a5de3003d839b04cd639232d" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f7b7ba6da7864aa51215e298b9a4c4b1.setContent(html_49c84c40a5de3003d839b04cd639232d);
|
|
|
|
|
|
|
|
marker_9fb7dc1fd5c08a18b2c56528a137cc6d.bindPopup(popup_f7b7ba6da7864aa51215e298b9a4c4b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fb7dc1fd5c08a18b2c56528a137cc6d.setIcon(icon_44ca72fb3b618722f55b767d6abbefa8);
|
|
|
|
|
|
var marker_f1cc815bb5ad6a2d2b2de4907b42810b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f6f636e052bf13a5a5a6676180237926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dc64bf0cd0bf59350d177ae18a3c02e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10e47948d72d91c80d6e0f6516477913 = $(`<div id="html_10e47948d72d91c80d6e0f6516477913" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_6dc64bf0cd0bf59350d177ae18a3c02e.setContent(html_10e47948d72d91c80d6e0f6516477913);
|
|
|
|
|
|
|
|
marker_f1cc815bb5ad6a2d2b2de4907b42810b.bindPopup(popup_6dc64bf0cd0bf59350d177ae18a3c02e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1cc815bb5ad6a2d2b2de4907b42810b.setIcon(icon_f6f636e052bf13a5a5a6676180237926);
|
|
|
|
|
|
var marker_7a96afb38da1f9d0a4248083945e83ee = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4d940e98240b83095ea30c70f78d37c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_231fb197adf9f8b8764fc2a0ab778dde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_037dc8bb414125849392c182917e9fc2 = $(`<div id="html_037dc8bb414125849392c182917e9fc2" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_231fb197adf9f8b8764fc2a0ab778dde.setContent(html_037dc8bb414125849392c182917e9fc2);
|
|
|
|
|
|
|
|
marker_7a96afb38da1f9d0a4248083945e83ee.bindPopup(popup_231fb197adf9f8b8764fc2a0ab778dde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a96afb38da1f9d0a4248083945e83ee.setIcon(icon_4d940e98240b83095ea30c70f78d37c3);
|
|
|
|
|
|
var marker_5bb33444af9edd2b4e01779da1bc2ef7 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_43c2a4473cb815261f0599138dd356bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4864b8ad3a4d850ea5f7454bd37c8c26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11c006b10f967cae01e97dcd4b51bda2 = $(`<div id="html_11c006b10f967cae01e97dcd4b51bda2" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_4864b8ad3a4d850ea5f7454bd37c8c26.setContent(html_11c006b10f967cae01e97dcd4b51bda2);
|
|
|
|
|
|
|
|
marker_5bb33444af9edd2b4e01779da1bc2ef7.bindPopup(popup_4864b8ad3a4d850ea5f7454bd37c8c26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bb33444af9edd2b4e01779da1bc2ef7.setIcon(icon_43c2a4473cb815261f0599138dd356bc);
|
|
|
|
|
|
var marker_b840f8c1428d04dc927323e285d74763 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7310470616e4d1dd85220ec06433eb59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34daf92fd7ca3c45af74f8b30d26f462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c26301f1c3eba553b3e4171e98a0c2a9 = $(`<div id="html_c26301f1c3eba553b3e4171e98a0c2a9" style="width: 100.0%; height: 100.0%;">nostr.lab-ant.me</div>`)[0];
|
|
popup_34daf92fd7ca3c45af74f8b30d26f462.setContent(html_c26301f1c3eba553b3e4171e98a0c2a9);
|
|
|
|
|
|
|
|
marker_b840f8c1428d04dc927323e285d74763.bindPopup(popup_34daf92fd7ca3c45af74f8b30d26f462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b840f8c1428d04dc927323e285d74763.setIcon(icon_7310470616e4d1dd85220ec06433eb59);
|
|
|
|
|
|
var marker_fbbe217aadf05a04d74cb6ffbeb55a21 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5e9de4f47d6c553b9dcfe5f99729d1c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7feff593db60b94b790e3356481bfaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b64dcc30a508cc6ed9887d9e162f85ec = $(`<div id="html_b64dcc30a508cc6ed9887d9e162f85ec" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_a7feff593db60b94b790e3356481bfaf.setContent(html_b64dcc30a508cc6ed9887d9e162f85ec);
|
|
|
|
|
|
|
|
marker_fbbe217aadf05a04d74cb6ffbeb55a21.bindPopup(popup_a7feff593db60b94b790e3356481bfaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbbe217aadf05a04d74cb6ffbeb55a21.setIcon(icon_5e9de4f47d6c553b9dcfe5f99729d1c7);
|
|
|
|
|
|
var marker_e8a3c651e015fcb54a5174fd31ee9552 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e51b4948d274cb8627ebd1e00d3fc99a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dac32621eaccf3f5b76e6c5311c91da4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_079804c38bde4f2e7c7506c3f8babcf5 = $(`<div id="html_079804c38bde4f2e7c7506c3f8babcf5" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_dac32621eaccf3f5b76e6c5311c91da4.setContent(html_079804c38bde4f2e7c7506c3f8babcf5);
|
|
|
|
|
|
|
|
marker_e8a3c651e015fcb54a5174fd31ee9552.bindPopup(popup_dac32621eaccf3f5b76e6c5311c91da4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8a3c651e015fcb54a5174fd31ee9552.setIcon(icon_e51b4948d274cb8627ebd1e00d3fc99a);
|
|
|
|
|
|
var marker_94fbf50d7fbcad282282246469a43c25 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ec1166efadaec6027c463ee414b51243 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b70b6bebe3a06496ce2ceccc0bbd13b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_490861628ed95b141fbe9c7af7c6a89e = $(`<div id="html_490861628ed95b141fbe9c7af7c6a89e" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_0b70b6bebe3a06496ce2ceccc0bbd13b.setContent(html_490861628ed95b141fbe9c7af7c6a89e);
|
|
|
|
|
|
|
|
marker_94fbf50d7fbcad282282246469a43c25.bindPopup(popup_0b70b6bebe3a06496ce2ceccc0bbd13b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94fbf50d7fbcad282282246469a43c25.setIcon(icon_ec1166efadaec6027c463ee414b51243);
|
|
|
|
|
|
var marker_bfe33e3532db3db1d0686c068e7637c6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_30e2429c29ee3a1a9e1212d0c8e6e9ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c36a3d4e2558a52d1e8236d4119b8df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8008c29aedf2342ccb27517c14c6d4c = $(`<div id="html_e8008c29aedf2342ccb27517c14c6d4c" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_4c36a3d4e2558a52d1e8236d4119b8df.setContent(html_e8008c29aedf2342ccb27517c14c6d4c);
|
|
|
|
|
|
|
|
marker_bfe33e3532db3db1d0686c068e7637c6.bindPopup(popup_4c36a3d4e2558a52d1e8236d4119b8df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfe33e3532db3db1d0686c068e7637c6.setIcon(icon_30e2429c29ee3a1a9e1212d0c8e6e9ee);
|
|
|
|
|
|
var marker_7dd1fcdc1fd27acc1cbe102a40a0f361 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fb3ad823ed02da057be8a0abd88d64d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ce7664474d30c854fcde20ceb5017a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d73f73ab3812f1bce8766bc62bb6f92c = $(`<div id="html_d73f73ab3812f1bce8766bc62bb6f92c" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_1ce7664474d30c854fcde20ceb5017a2.setContent(html_d73f73ab3812f1bce8766bc62bb6f92c);
|
|
|
|
|
|
|
|
marker_7dd1fcdc1fd27acc1cbe102a40a0f361.bindPopup(popup_1ce7664474d30c854fcde20ceb5017a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dd1fcdc1fd27acc1cbe102a40a0f361.setIcon(icon_fb3ad823ed02da057be8a0abd88d64d8);
|
|
|
|
|
|
var marker_50f432667aa2e2d64727c6509eca50e9 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5d86263be069b63dffcc76c2717a2319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeb0bfb270e664c1c2ae3d3b40af1b6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d18e5f99c6ec13462a5a6353916570f1 = $(`<div id="html_d18e5f99c6ec13462a5a6353916570f1" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_eeb0bfb270e664c1c2ae3d3b40af1b6a.setContent(html_d18e5f99c6ec13462a5a6353916570f1);
|
|
|
|
|
|
|
|
marker_50f432667aa2e2d64727c6509eca50e9.bindPopup(popup_eeb0bfb270e664c1c2ae3d3b40af1b6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50f432667aa2e2d64727c6509eca50e9.setIcon(icon_5d86263be069b63dffcc76c2717a2319);
|
|
|
|
|
|
var marker_e0d24fd6ac862e7cfcd4a565618c3548 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_de277530b68dd18ec0082fb17b96b478 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9d1838caeb704b77b0e5478c2bb76a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64ce024aa18b2a6c712de79da5687121 = $(`<div id="html_64ce024aa18b2a6c712de79da5687121" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_b9d1838caeb704b77b0e5478c2bb76a2.setContent(html_64ce024aa18b2a6c712de79da5687121);
|
|
|
|
|
|
|
|
marker_e0d24fd6ac862e7cfcd4a565618c3548.bindPopup(popup_b9d1838caeb704b77b0e5478c2bb76a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0d24fd6ac862e7cfcd4a565618c3548.setIcon(icon_de277530b68dd18ec0082fb17b96b478);
|
|
|
|
|
|
var marker_6694a4facad2412c292b590c78450f3b = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9bf1f421863ac2c48b21b3874d2b64c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a9785a7effc25001387eb4e81675f5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3738d487beeddc15098bb55649bc52c6 = $(`<div id="html_3738d487beeddc15098bb55649bc52c6" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_2a9785a7effc25001387eb4e81675f5d.setContent(html_3738d487beeddc15098bb55649bc52c6);
|
|
|
|
|
|
|
|
marker_6694a4facad2412c292b590c78450f3b.bindPopup(popup_2a9785a7effc25001387eb4e81675f5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6694a4facad2412c292b590c78450f3b.setIcon(icon_9bf1f421863ac2c48b21b3874d2b64c9);
|
|
|
|
|
|
var marker_2ebcdfc7a7ac60b5e621a4dd5aa8ba94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_07078f9d18356f2a3f0cb349b045079c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb2b857cbbeede7a8d464b3c1ee01dd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a7d64b52d2a4d733cd0a869fae70435 = $(`<div id="html_5a7d64b52d2a4d733cd0a869fae70435" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_fb2b857cbbeede7a8d464b3c1ee01dd8.setContent(html_5a7d64b52d2a4d733cd0a869fae70435);
|
|
|
|
|
|
|
|
marker_2ebcdfc7a7ac60b5e621a4dd5aa8ba94.bindPopup(popup_fb2b857cbbeede7a8d464b3c1ee01dd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ebcdfc7a7ac60b5e621a4dd5aa8ba94.setIcon(icon_07078f9d18356f2a3f0cb349b045079c);
|
|
|
|
|
|
var marker_07b82659c26791317cbaa86966c3de1f = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_20b2fe6e7c663fc6a49a8e6748b317b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4acb05a86cf4f304760d7db20a9ee6ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fff780895f9aa7a15743668e719fb879 = $(`<div id="html_fff780895f9aa7a15743668e719fb879" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_4acb05a86cf4f304760d7db20a9ee6ce.setContent(html_fff780895f9aa7a15743668e719fb879);
|
|
|
|
|
|
|
|
marker_07b82659c26791317cbaa86966c3de1f.bindPopup(popup_4acb05a86cf4f304760d7db20a9ee6ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07b82659c26791317cbaa86966c3de1f.setIcon(icon_20b2fe6e7c663fc6a49a8e6748b317b8);
|
|
|
|
|
|
var marker_8eb37bbae9cb88f4d76007c530af0134 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b40123f98f5b6497ba716f10f68eb20c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e9a1e8496963f00ac740757539c1c36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1252b612fc4945d7121574c79e7b78f = $(`<div id="html_c1252b612fc4945d7121574c79e7b78f" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_0e9a1e8496963f00ac740757539c1c36.setContent(html_c1252b612fc4945d7121574c79e7b78f);
|
|
|
|
|
|
|
|
marker_8eb37bbae9cb88f4d76007c530af0134.bindPopup(popup_0e9a1e8496963f00ac740757539c1c36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb37bbae9cb88f4d76007c530af0134.setIcon(icon_b40123f98f5b6497ba716f10f68eb20c);
|
|
|
|
|
|
var marker_11cedb19b00e6eb9d693f3a9d0101b3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_72b9681ac127cfbee20b19338ac48dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01c1a9bb3e0cb4efafa1b204c4555559 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dae149b88653d5d6e81330a8599ce83b = $(`<div id="html_dae149b88653d5d6e81330a8599ce83b" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_01c1a9bb3e0cb4efafa1b204c4555559.setContent(html_dae149b88653d5d6e81330a8599ce83b);
|
|
|
|
|
|
|
|
marker_11cedb19b00e6eb9d693f3a9d0101b3a.bindPopup(popup_01c1a9bb3e0cb4efafa1b204c4555559)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11cedb19b00e6eb9d693f3a9d0101b3a.setIcon(icon_72b9681ac127cfbee20b19338ac48dcc);
|
|
|
|
|
|
var marker_2f79ac414f8ed9601eac355347b813a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3119d87ea5b6bdf903c9c15063808a2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ab7d5dbeb84e664be185e60bd40d54d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2ac997371095022bcacd7eb25a775c3 = $(`<div id="html_b2ac997371095022bcacd7eb25a775c3" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_7ab7d5dbeb84e664be185e60bd40d54d.setContent(html_b2ac997371095022bcacd7eb25a775c3);
|
|
|
|
|
|
|
|
marker_2f79ac414f8ed9601eac355347b813a8.bindPopup(popup_7ab7d5dbeb84e664be185e60bd40d54d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f79ac414f8ed9601eac355347b813a8.setIcon(icon_3119d87ea5b6bdf903c9c15063808a2d);
|
|
|
|
|
|
var marker_d2b336873b0898608839f078ad5594f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4756b1f3ac489d594d0c8df90c79eb61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43e103ca8a4d180aa748ef7fe3124485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cabebf49301a652636e139634dbbdab = $(`<div id="html_2cabebf49301a652636e139634dbbdab" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_43e103ca8a4d180aa748ef7fe3124485.setContent(html_2cabebf49301a652636e139634dbbdab);
|
|
|
|
|
|
|
|
marker_d2b336873b0898608839f078ad5594f4.bindPopup(popup_43e103ca8a4d180aa748ef7fe3124485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2b336873b0898608839f078ad5594f4.setIcon(icon_4756b1f3ac489d594d0c8df90c79eb61);
|
|
|
|
|
|
var marker_de15a3acf560c6ccdbc2719239488ecc = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_01e3de747741a2210f7df745e50a3968 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce1bcfdbf95f7e632ae2ab394609f5dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccde6fa66e55e2c165838202b5c6d097 = $(`<div id="html_ccde6fa66e55e2c165838202b5c6d097" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_ce1bcfdbf95f7e632ae2ab394609f5dd.setContent(html_ccde6fa66e55e2c165838202b5c6d097);
|
|
|
|
|
|
|
|
marker_de15a3acf560c6ccdbc2719239488ecc.bindPopup(popup_ce1bcfdbf95f7e632ae2ab394609f5dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de15a3acf560c6ccdbc2719239488ecc.setIcon(icon_01e3de747741a2210f7df745e50a3968);
|
|
|
|
|
|
var marker_5d0dec453d3bc33869ea119d242ec26e = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cc541bc0405b9c54c6f5c1f3560814fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4678017aab33c28bb17bddcb6c457df0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd71e7ff51370d758c72605f80c9a1d6 = $(`<div id="html_dd71e7ff51370d758c72605f80c9a1d6" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_4678017aab33c28bb17bddcb6c457df0.setContent(html_dd71e7ff51370d758c72605f80c9a1d6);
|
|
|
|
|
|
|
|
marker_5d0dec453d3bc33869ea119d242ec26e.bindPopup(popup_4678017aab33c28bb17bddcb6c457df0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d0dec453d3bc33869ea119d242ec26e.setIcon(icon_cc541bc0405b9c54c6f5c1f3560814fa);
|
|
|
|
|
|
var marker_4c05632aadca5cfcb7db6061ad45232a = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_332426942fe2bd1428f22fdfcf74d6ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8fc167d594c990ef2a426e9e5549497 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_529db2031ff646f5e5ac88daf0b33b73 = $(`<div id="html_529db2031ff646f5e5ac88daf0b33b73" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_d8fc167d594c990ef2a426e9e5549497.setContent(html_529db2031ff646f5e5ac88daf0b33b73);
|
|
|
|
|
|
|
|
marker_4c05632aadca5cfcb7db6061ad45232a.bindPopup(popup_d8fc167d594c990ef2a426e9e5549497)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c05632aadca5cfcb7db6061ad45232a.setIcon(icon_332426942fe2bd1428f22fdfcf74d6ed);
|
|
|
|
|
|
var marker_44507e63ec191ebdba8d80a89fffb920 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_37101361612b2e440e7db50ed7870826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_479176a625bbda1978336cc2ffc48c56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c645d169f3966a663616c7142ae365fe = $(`<div id="html_c645d169f3966a663616c7142ae365fe" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_479176a625bbda1978336cc2ffc48c56.setContent(html_c645d169f3966a663616c7142ae365fe);
|
|
|
|
|
|
|
|
marker_44507e63ec191ebdba8d80a89fffb920.bindPopup(popup_479176a625bbda1978336cc2ffc48c56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44507e63ec191ebdba8d80a89fffb920.setIcon(icon_37101361612b2e440e7db50ed7870826);
|
|
|
|
|
|
var marker_84ee1d98c5da5224844f1739560bfc82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ad8a63c54fe060b94679ea8d1b263ab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b1789aead93d177c03a2d5bf00469bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfed0beddc0d7e583dfb46d2152caab6 = $(`<div id="html_cfed0beddc0d7e583dfb46d2152caab6" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_2b1789aead93d177c03a2d5bf00469bf.setContent(html_cfed0beddc0d7e583dfb46d2152caab6);
|
|
|
|
|
|
|
|
marker_84ee1d98c5da5224844f1739560bfc82.bindPopup(popup_2b1789aead93d177c03a2d5bf00469bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84ee1d98c5da5224844f1739560bfc82.setIcon(icon_ad8a63c54fe060b94679ea8d1b263ab2);
|
|
|
|
|
|
var marker_4f56d3aad9fb9c0af4286ae5408c9252 = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_da3468ed871fd5a19a6b788fad42aac3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_888952a90f850e283bff08f80f986b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_916100448ddf8791bb51c6d82e58d4d1 = $(`<div id="html_916100448ddf8791bb51c6d82e58d4d1" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_888952a90f850e283bff08f80f986b92.setContent(html_916100448ddf8791bb51c6d82e58d4d1);
|
|
|
|
|
|
|
|
marker_4f56d3aad9fb9c0af4286ae5408c9252.bindPopup(popup_888952a90f850e283bff08f80f986b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f56d3aad9fb9c0af4286ae5408c9252.setIcon(icon_da3468ed871fd5a19a6b788fad42aac3);
|
|
|
|
|
|
var marker_13a6aaa3b00c33543bb1cd3e41e2b81a = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5b5701e5388cb5e2b54ded77e35a32f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43ca1e45cbc82d09a13172a1fbcf66e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80c2d57b9552401400db467d66b03c41 = $(`<div id="html_80c2d57b9552401400db467d66b03c41" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_43ca1e45cbc82d09a13172a1fbcf66e0.setContent(html_80c2d57b9552401400db467d66b03c41);
|
|
|
|
|
|
|
|
marker_13a6aaa3b00c33543bb1cd3e41e2b81a.bindPopup(popup_43ca1e45cbc82d09a13172a1fbcf66e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13a6aaa3b00c33543bb1cd3e41e2b81a.setIcon(icon_5b5701e5388cb5e2b54ded77e35a32f3);
|
|
|
|
|
|
var marker_839d97ddec7b504a6418006b9f586511 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_eaa555f7bd14410955e2dc2955871bab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81bd5576c615d889426ad62d5e751bc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bae28ffcb257b03573825b04f239021 = $(`<div id="html_3bae28ffcb257b03573825b04f239021" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_81bd5576c615d889426ad62d5e751bc7.setContent(html_3bae28ffcb257b03573825b04f239021);
|
|
|
|
|
|
|
|
marker_839d97ddec7b504a6418006b9f586511.bindPopup(popup_81bd5576c615d889426ad62d5e751bc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_839d97ddec7b504a6418006b9f586511.setIcon(icon_eaa555f7bd14410955e2dc2955871bab);
|
|
|
|
|
|
var marker_0d37a6ad9eea97e5b07e39a405d998ff = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9cf248f284fac5866d62261f9166b4e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b82bcbeaef92c25e964ab0acbb5bbf5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a85881e8ef1a740f0c37918dbc1d72b2 = $(`<div id="html_a85881e8ef1a740f0c37918dbc1d72b2" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_b82bcbeaef92c25e964ab0acbb5bbf5e.setContent(html_a85881e8ef1a740f0c37918dbc1d72b2);
|
|
|
|
|
|
|
|
marker_0d37a6ad9eea97e5b07e39a405d998ff.bindPopup(popup_b82bcbeaef92c25e964ab0acbb5bbf5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d37a6ad9eea97e5b07e39a405d998ff.setIcon(icon_9cf248f284fac5866d62261f9166b4e7);
|
|
|
|
|
|
var marker_16ab19036708bf87ebac6a10d677cd33 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_90d5d22b935d7ca446c2a4c556041ba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc0ea8fd9e62db11d6fc739bd232d4ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53ba658c0ea5f47c37b1750900a7d01f = $(`<div id="html_53ba658c0ea5f47c37b1750900a7d01f" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_dc0ea8fd9e62db11d6fc739bd232d4ad.setContent(html_53ba658c0ea5f47c37b1750900a7d01f);
|
|
|
|
|
|
|
|
marker_16ab19036708bf87ebac6a10d677cd33.bindPopup(popup_dc0ea8fd9e62db11d6fc739bd232d4ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16ab19036708bf87ebac6a10d677cd33.setIcon(icon_90d5d22b935d7ca446c2a4c556041ba5);
|
|
|
|
|
|
var marker_52f9934fd0d581a519ba233f8fadad53 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2a2191cd38c14fce9ec14c0e4b695b46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbd75e6bc7445913be0c68ecd421a69e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e54ef844d09a74d096d10df36f6bef2 = $(`<div id="html_7e54ef844d09a74d096d10df36f6bef2" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_dbd75e6bc7445913be0c68ecd421a69e.setContent(html_7e54ef844d09a74d096d10df36f6bef2);
|
|
|
|
|
|
|
|
marker_52f9934fd0d581a519ba233f8fadad53.bindPopup(popup_dbd75e6bc7445913be0c68ecd421a69e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52f9934fd0d581a519ba233f8fadad53.setIcon(icon_2a2191cd38c14fce9ec14c0e4b695b46);
|
|
|
|
|
|
var marker_935d0ae945c323d96c94e539ac997fac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e789213c6b5e7f6e46aa1c8fa1b29b5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17e86291628794b3492f003c3d6069b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9fe561286d45fefd924134f395098fa = $(`<div id="html_c9fe561286d45fefd924134f395098fa" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_17e86291628794b3492f003c3d6069b9.setContent(html_c9fe561286d45fefd924134f395098fa);
|
|
|
|
|
|
|
|
marker_935d0ae945c323d96c94e539ac997fac.bindPopup(popup_17e86291628794b3492f003c3d6069b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_935d0ae945c323d96c94e539ac997fac.setIcon(icon_e789213c6b5e7f6e46aa1c8fa1b29b5d);
|
|
|
|
|
|
var marker_67715c032c5ffb1fc19f642df83c467e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cbde04affc796602ec2882ea083b524f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4529c3c73bf1d68553326d89a04ee684 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee6f1b66dd32346d00afcf16bf2d1b34 = $(`<div id="html_ee6f1b66dd32346d00afcf16bf2d1b34" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_4529c3c73bf1d68553326d89a04ee684.setContent(html_ee6f1b66dd32346d00afcf16bf2d1b34);
|
|
|
|
|
|
|
|
marker_67715c032c5ffb1fc19f642df83c467e.bindPopup(popup_4529c3c73bf1d68553326d89a04ee684)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67715c032c5ffb1fc19f642df83c467e.setIcon(icon_cbde04affc796602ec2882ea083b524f);
|
|
|
|
|
|
var marker_5f647102e3cde85bb3834b63bae0ec50 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2de88b2684c8257a3185ec276e4276ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ab126bc3a2bb7b7e6c930d9616cf11b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a0c028fae1fa6f15d2153426c16e07a = $(`<div id="html_1a0c028fae1fa6f15d2153426c16e07a" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_9ab126bc3a2bb7b7e6c930d9616cf11b.setContent(html_1a0c028fae1fa6f15d2153426c16e07a);
|
|
|
|
|
|
|
|
marker_5f647102e3cde85bb3834b63bae0ec50.bindPopup(popup_9ab126bc3a2bb7b7e6c930d9616cf11b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f647102e3cde85bb3834b63bae0ec50.setIcon(icon_2de88b2684c8257a3185ec276e4276ca);
|
|
|
|
|
|
var marker_65c05bac28c950e97d384a10a20ee5f6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_65142c605680b8ac945b5ee34126f6c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e0edd5cf54b75a541797b770718ce21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d76f84024e599f3cd0e26a12120c0c63 = $(`<div id="html_d76f84024e599f3cd0e26a12120c0c63" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_3e0edd5cf54b75a541797b770718ce21.setContent(html_d76f84024e599f3cd0e26a12120c0c63);
|
|
|
|
|
|
|
|
marker_65c05bac28c950e97d384a10a20ee5f6.bindPopup(popup_3e0edd5cf54b75a541797b770718ce21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65c05bac28c950e97d384a10a20ee5f6.setIcon(icon_65142c605680b8ac945b5ee34126f6c6);
|
|
|
|
|
|
var marker_8a1675359837e65252059417564f3a8b = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_123d142b873f1d157a2e6fd984972f41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27fd014cbdc8f26e44d985ea7d857d80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76d534185c8a740b4bcdf3583979a27a = $(`<div id="html_76d534185c8a740b4bcdf3583979a27a" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_27fd014cbdc8f26e44d985ea7d857d80.setContent(html_76d534185c8a740b4bcdf3583979a27a);
|
|
|
|
|
|
|
|
marker_8a1675359837e65252059417564f3a8b.bindPopup(popup_27fd014cbdc8f26e44d985ea7d857d80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a1675359837e65252059417564f3a8b.setIcon(icon_123d142b873f1d157a2e6fd984972f41);
|
|
|
|
|
|
var marker_c6f8c32eebdd74d5d266175c3e989953 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7031967a11e7caf8341587fe88ee6cc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7db2245585fc67afabb8355a54e665f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4065d4e7a1368b8fa845b001132c36c5 = $(`<div id="html_4065d4e7a1368b8fa845b001132c36c5" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_b7db2245585fc67afabb8355a54e665f.setContent(html_4065d4e7a1368b8fa845b001132c36c5);
|
|
|
|
|
|
|
|
marker_c6f8c32eebdd74d5d266175c3e989953.bindPopup(popup_b7db2245585fc67afabb8355a54e665f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6f8c32eebdd74d5d266175c3e989953.setIcon(icon_7031967a11e7caf8341587fe88ee6cc9);
|
|
|
|
|
|
var marker_329932585ceb35b6086afc8ab534da7c = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b80bb55fc6abe3540f2e1bcff47829cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d3dc69b5af75b31ba047caf81d777fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e3c57517c843c6e675d7b14290d9b6e = $(`<div id="html_7e3c57517c843c6e675d7b14290d9b6e" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_1d3dc69b5af75b31ba047caf81d777fb.setContent(html_7e3c57517c843c6e675d7b14290d9b6e);
|
|
|
|
|
|
|
|
marker_329932585ceb35b6086afc8ab534da7c.bindPopup(popup_1d3dc69b5af75b31ba047caf81d777fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_329932585ceb35b6086afc8ab534da7c.setIcon(icon_b80bb55fc6abe3540f2e1bcff47829cb);
|
|
|
|
|
|
var marker_c483dba4f20eb4b6eda3ea0754797ad2 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_851ee03af09669fe6acb4cd84b612c58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9e32ddfde3e074933d4becfd7bc5548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9c58ee496b203f2e3c6423a059b8c1f = $(`<div id="html_c9c58ee496b203f2e3c6423a059b8c1f" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_e9e32ddfde3e074933d4becfd7bc5548.setContent(html_c9c58ee496b203f2e3c6423a059b8c1f);
|
|
|
|
|
|
|
|
marker_c483dba4f20eb4b6eda3ea0754797ad2.bindPopup(popup_e9e32ddfde3e074933d4becfd7bc5548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c483dba4f20eb4b6eda3ea0754797ad2.setIcon(icon_851ee03af09669fe6acb4cd84b612c58);
|
|
|
|
|
|
var marker_957fad31c61c4f81dfc4c5a9fef12caf = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_8d4fda39cd040bcb396afe03b8654872 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c2eb9bfb53179da3d19354fcb0f6157 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3faaee3ac94940e93a82eed3ce084ed4 = $(`<div id="html_3faaee3ac94940e93a82eed3ce084ed4" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_8c2eb9bfb53179da3d19354fcb0f6157.setContent(html_3faaee3ac94940e93a82eed3ce084ed4);
|
|
|
|
|
|
|
|
marker_957fad31c61c4f81dfc4c5a9fef12caf.bindPopup(popup_8c2eb9bfb53179da3d19354fcb0f6157)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_957fad31c61c4f81dfc4c5a9fef12caf.setIcon(icon_8d4fda39cd040bcb396afe03b8654872);
|
|
|
|
|
|
var marker_a38378aeb2a55bee6347584aa2cc5007 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2e68876a428eb95ff455a57237b34061 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_471d86ea9f017ea069aa984873b9a733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16c434da0aa8f098548d566657905a7a = $(`<div id="html_16c434da0aa8f098548d566657905a7a" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_471d86ea9f017ea069aa984873b9a733.setContent(html_16c434da0aa8f098548d566657905a7a);
|
|
|
|
|
|
|
|
marker_a38378aeb2a55bee6347584aa2cc5007.bindPopup(popup_471d86ea9f017ea069aa984873b9a733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a38378aeb2a55bee6347584aa2cc5007.setIcon(icon_2e68876a428eb95ff455a57237b34061);
|
|
|
|
|
|
var marker_469a300fb69d8c19007454ab86a4af93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cfe5025e91694e334fde8f7afbf5ba31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9337a26159109436e4db016e6fb7d54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e566af03fb71a6a886106081905aa3b = $(`<div id="html_0e566af03fb71a6a886106081905aa3b" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_e9337a26159109436e4db016e6fb7d54.setContent(html_0e566af03fb71a6a886106081905aa3b);
|
|
|
|
|
|
|
|
marker_469a300fb69d8c19007454ab86a4af93.bindPopup(popup_e9337a26159109436e4db016e6fb7d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_469a300fb69d8c19007454ab86a4af93.setIcon(icon_cfe5025e91694e334fde8f7afbf5ba31);
|
|
|
|
|
|
var marker_c6333fc9ba07c2d18dff6cddb6aa6bf5 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_714432d1c2c260ed5c197290c417b838 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c60c423279c169d07ab3192c3c9c9b08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e288a54ae6ce002095a3fa36476b24f3 = $(`<div id="html_e288a54ae6ce002095a3fa36476b24f3" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_c60c423279c169d07ab3192c3c9c9b08.setContent(html_e288a54ae6ce002095a3fa36476b24f3);
|
|
|
|
|
|
|
|
marker_c6333fc9ba07c2d18dff6cddb6aa6bf5.bindPopup(popup_c60c423279c169d07ab3192c3c9c9b08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6333fc9ba07c2d18dff6cddb6aa6bf5.setIcon(icon_714432d1c2c260ed5c197290c417b838);
|
|
|
|
|
|
var marker_5f6e53a944b3295865fb29c021735c19 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d2f2c75bbb285523901a655fa59e5892 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed66e944985aba433cfcf2ddddd278cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f65488b4a4521b7abdd88438937170a = $(`<div id="html_0f65488b4a4521b7abdd88438937170a" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_ed66e944985aba433cfcf2ddddd278cc.setContent(html_0f65488b4a4521b7abdd88438937170a);
|
|
|
|
|
|
|
|
marker_5f6e53a944b3295865fb29c021735c19.bindPopup(popup_ed66e944985aba433cfcf2ddddd278cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f6e53a944b3295865fb29c021735c19.setIcon(icon_d2f2c75bbb285523901a655fa59e5892);
|
|
|
|
|
|
var marker_de3fc3a33457f9ff6fdfb4f6a88bc82f = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_769848414d99c7bfd98b099e83742710 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b767464a538e8fd3647ff8b52b7bc27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1e222372e47679127df3bfb8b173293 = $(`<div id="html_c1e222372e47679127df3bfb8b173293" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_2b767464a538e8fd3647ff8b52b7bc27.setContent(html_c1e222372e47679127df3bfb8b173293);
|
|
|
|
|
|
|
|
marker_de3fc3a33457f9ff6fdfb4f6a88bc82f.bindPopup(popup_2b767464a538e8fd3647ff8b52b7bc27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3fc3a33457f9ff6fdfb4f6a88bc82f.setIcon(icon_769848414d99c7bfd98b099e83742710);
|
|
|
|
|
|
var marker_9e3a980bef566b0d05781ab9808d350d = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_988a2b77c95ff2c6d949814869558c5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c7f5d88d840b2fb2e0224e6b25c38f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0abe90c10f0cec647d4389968098c5f = $(`<div id="html_a0abe90c10f0cec647d4389968098c5f" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_0c7f5d88d840b2fb2e0224e6b25c38f9.setContent(html_a0abe90c10f0cec647d4389968098c5f);
|
|
|
|
|
|
|
|
marker_9e3a980bef566b0d05781ab9808d350d.bindPopup(popup_0c7f5d88d840b2fb2e0224e6b25c38f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e3a980bef566b0d05781ab9808d350d.setIcon(icon_988a2b77c95ff2c6d949814869558c5c);
|
|
|
|
|
|
var marker_8570e45c12a6026978ca4c8cd1ad862e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9fb5ff1a70aa57f8c6d19888b7123bf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db4a4c1055ae2c3a5a76ba308378c1e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76e70debaefc59b6c59fd67d952e2919 = $(`<div id="html_76e70debaefc59b6c59fd67d952e2919" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_db4a4c1055ae2c3a5a76ba308378c1e4.setContent(html_76e70debaefc59b6c59fd67d952e2919);
|
|
|
|
|
|
|
|
marker_8570e45c12a6026978ca4c8cd1ad862e.bindPopup(popup_db4a4c1055ae2c3a5a76ba308378c1e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8570e45c12a6026978ca4c8cd1ad862e.setIcon(icon_9fb5ff1a70aa57f8c6d19888b7123bf2);
|
|
|
|
|
|
var marker_45a0f7fc55328632318ec37a211fa9fe = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_79031e6ed60c08e9c8d1521af9331c64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a44b55354b8a4ea06f12520c43ad9ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4369220e1df0a39efdd99cf97f2decd = $(`<div id="html_b4369220e1df0a39efdd99cf97f2decd" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_6a44b55354b8a4ea06f12520c43ad9ba.setContent(html_b4369220e1df0a39efdd99cf97f2decd);
|
|
|
|
|
|
|
|
marker_45a0f7fc55328632318ec37a211fa9fe.bindPopup(popup_6a44b55354b8a4ea06f12520c43ad9ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45a0f7fc55328632318ec37a211fa9fe.setIcon(icon_79031e6ed60c08e9c8d1521af9331c64);
|
|
|
|
|
|
var marker_c8861ac7ef835537869b9ce3b55ecaec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9e7a355da92604eff107a273c9383293 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ba64a92bf6467d57f58bc9a038142c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c84ef6827eeb1e1b5db5e6f1ce21e375 = $(`<div id="html_c84ef6827eeb1e1b5db5e6f1ce21e375" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_3ba64a92bf6467d57f58bc9a038142c8.setContent(html_c84ef6827eeb1e1b5db5e6f1ce21e375);
|
|
|
|
|
|
|
|
marker_c8861ac7ef835537869b9ce3b55ecaec.bindPopup(popup_3ba64a92bf6467d57f58bc9a038142c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8861ac7ef835537869b9ce3b55ecaec.setIcon(icon_9e7a355da92604eff107a273c9383293);
|
|
|
|
|
|
var marker_f2ddb6d766d1a360f5b8240225048a53 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ec3bdebcf9f075b3519b829530a1f267 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45decf326e47bc9d03cfb29ab6ce3354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6de3f31455d2fe3480bb119b7e306a8 = $(`<div id="html_e6de3f31455d2fe3480bb119b7e306a8" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_45decf326e47bc9d03cfb29ab6ce3354.setContent(html_e6de3f31455d2fe3480bb119b7e306a8);
|
|
|
|
|
|
|
|
marker_f2ddb6d766d1a360f5b8240225048a53.bindPopup(popup_45decf326e47bc9d03cfb29ab6ce3354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2ddb6d766d1a360f5b8240225048a53.setIcon(icon_ec3bdebcf9f075b3519b829530a1f267);
|
|
|
|
|
|
var marker_a6096d55196062eb8c0982d42a80c4ef = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_62c53c71629ce14a09f0b6303ec553de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e8555f2dd79fb911b53151175d06ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ef564ca22aee4075e356f9fdd1c6409 = $(`<div id="html_2ef564ca22aee4075e356f9fdd1c6409" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_90e8555f2dd79fb911b53151175d06ce.setContent(html_2ef564ca22aee4075e356f9fdd1c6409);
|
|
|
|
|
|
|
|
marker_a6096d55196062eb8c0982d42a80c4ef.bindPopup(popup_90e8555f2dd79fb911b53151175d06ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6096d55196062eb8c0982d42a80c4ef.setIcon(icon_62c53c71629ce14a09f0b6303ec553de);
|
|
|
|
|
|
var marker_de772b77ea4057084e1dfb5fd1cabbfc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ca8ce3335c3298e62f45591b5dfab689 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc111bd08ab1aefb6771e128eb0a0706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cfea2c443a2c04d5a3667cbe5876544 = $(`<div id="html_6cfea2c443a2c04d5a3667cbe5876544" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_fc111bd08ab1aefb6771e128eb0a0706.setContent(html_6cfea2c443a2c04d5a3667cbe5876544);
|
|
|
|
|
|
|
|
marker_de772b77ea4057084e1dfb5fd1cabbfc.bindPopup(popup_fc111bd08ab1aefb6771e128eb0a0706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de772b77ea4057084e1dfb5fd1cabbfc.setIcon(icon_ca8ce3335c3298e62f45591b5dfab689);
|
|
|
|
|
|
var marker_2290ceaf515012beb9017ea1dd4be127 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_014455047a76c870b0b5c8fc9e04c97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b62ad4fccf4cc2a41464e4e53079c9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e562498340e7360b5d1101aa794765f = $(`<div id="html_5e562498340e7360b5d1101aa794765f" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_3b62ad4fccf4cc2a41464e4e53079c9b.setContent(html_5e562498340e7360b5d1101aa794765f);
|
|
|
|
|
|
|
|
marker_2290ceaf515012beb9017ea1dd4be127.bindPopup(popup_3b62ad4fccf4cc2a41464e4e53079c9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2290ceaf515012beb9017ea1dd4be127.setIcon(icon_014455047a76c870b0b5c8fc9e04c97b);
|
|
|
|
|
|
var marker_d8c804649fca58e97d7310f0b70446cb = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_09a5125172bc2b37ed044deaeba12010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_664958343fd6acf8e1550495b300b427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90bc34eba1188bdbd11d106a8e83c8aa = $(`<div id="html_90bc34eba1188bdbd11d106a8e83c8aa" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_664958343fd6acf8e1550495b300b427.setContent(html_90bc34eba1188bdbd11d106a8e83c8aa);
|
|
|
|
|
|
|
|
marker_d8c804649fca58e97d7310f0b70446cb.bindPopup(popup_664958343fd6acf8e1550495b300b427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c804649fca58e97d7310f0b70446cb.setIcon(icon_09a5125172bc2b37ed044deaeba12010);
|
|
|
|
|
|
var marker_d51204bac6d4c776f699b5857c82bdb4 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_cc1a236d5a82ec83a7c29d03d7a704d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42cd67aa918dc7801eff4eb43514243d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d9dab07acbf5284ac6913a4d1bb0a09 = $(`<div id="html_4d9dab07acbf5284ac6913a4d1bb0a09" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_42cd67aa918dc7801eff4eb43514243d.setContent(html_4d9dab07acbf5284ac6913a4d1bb0a09);
|
|
|
|
|
|
|
|
marker_d51204bac6d4c776f699b5857c82bdb4.bindPopup(popup_42cd67aa918dc7801eff4eb43514243d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d51204bac6d4c776f699b5857c82bdb4.setIcon(icon_cc1a236d5a82ec83a7c29d03d7a704d1);
|
|
|
|
|
|
var marker_b11e00d8b1b61811e4668e7dec94d74b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_271d81c5fa6d206576a025fe18bf45a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d8bb781b7ccae27f340423a4b6e21f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7243e327aa92b5830ccfa14626196ef1 = $(`<div id="html_7243e327aa92b5830ccfa14626196ef1" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_6d8bb781b7ccae27f340423a4b6e21f2.setContent(html_7243e327aa92b5830ccfa14626196ef1);
|
|
|
|
|
|
|
|
marker_b11e00d8b1b61811e4668e7dec94d74b.bindPopup(popup_6d8bb781b7ccae27f340423a4b6e21f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b11e00d8b1b61811e4668e7dec94d74b.setIcon(icon_271d81c5fa6d206576a025fe18bf45a6);
|
|
|
|
|
|
var marker_f2605f20e8dee5a539e842e1371ad92b = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_250629757195c692b4f66fa2d2f5b07b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e018973d091d6e495e54db0544aff3bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c771ce930ace357de6aea54a07216c3 = $(`<div id="html_7c771ce930ace357de6aea54a07216c3" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_e018973d091d6e495e54db0544aff3bb.setContent(html_7c771ce930ace357de6aea54a07216c3);
|
|
|
|
|
|
|
|
marker_f2605f20e8dee5a539e842e1371ad92b.bindPopup(popup_e018973d091d6e495e54db0544aff3bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2605f20e8dee5a539e842e1371ad92b.setIcon(icon_250629757195c692b4f66fa2d2f5b07b);
|
|
|
|
|
|
var marker_57e9544525acae3a52ef08cc9827fc21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4cb62552552d418b1e230144be0546b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa739f5ff4c816979dfeb94782ee4638 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e62982bb4a00d218f27301daebf627e8 = $(`<div id="html_e62982bb4a00d218f27301daebf627e8" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_aa739f5ff4c816979dfeb94782ee4638.setContent(html_e62982bb4a00d218f27301daebf627e8);
|
|
|
|
|
|
|
|
marker_57e9544525acae3a52ef08cc9827fc21.bindPopup(popup_aa739f5ff4c816979dfeb94782ee4638)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57e9544525acae3a52ef08cc9827fc21.setIcon(icon_4cb62552552d418b1e230144be0546b2);
|
|
|
|
|
|
var marker_335d7e3ae7207e78ed2e167e68e4693d = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_fa57c7a45d3ebd0169ada9fd39985a17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3600f3b1bc7ec66d77239bb450b7b5be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4de5c69d40d878244fc315a37bb9f07 = $(`<div id="html_b4de5c69d40d878244fc315a37bb9f07" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_3600f3b1bc7ec66d77239bb450b7b5be.setContent(html_b4de5c69d40d878244fc315a37bb9f07);
|
|
|
|
|
|
|
|
marker_335d7e3ae7207e78ed2e167e68e4693d.bindPopup(popup_3600f3b1bc7ec66d77239bb450b7b5be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_335d7e3ae7207e78ed2e167e68e4693d.setIcon(icon_fa57c7a45d3ebd0169ada9fd39985a17);
|
|
|
|
|
|
var marker_28eb78a5d148aff9f34940b2b0b75a49 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_d403867b514f8c72fd3a33ab9e1ca003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_116837355eb996feffc8c0ac46c0831d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edfc7eeedf4f75d3e12d0b3760a59f78 = $(`<div id="html_edfc7eeedf4f75d3e12d0b3760a59f78" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_116837355eb996feffc8c0ac46c0831d.setContent(html_edfc7eeedf4f75d3e12d0b3760a59f78);
|
|
|
|
|
|
|
|
marker_28eb78a5d148aff9f34940b2b0b75a49.bindPopup(popup_116837355eb996feffc8c0ac46c0831d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28eb78a5d148aff9f34940b2b0b75a49.setIcon(icon_d403867b514f8c72fd3a33ab9e1ca003);
|
|
|
|
|
|
var marker_d3831de05c9d14c901b561786662036f = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f434060c997ac7872bb783c324a23fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a182d2ef38d99fe77b61b427d59ce80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15b673d8587337757a929b4f297ac1ba = $(`<div id="html_15b673d8587337757a929b4f297ac1ba" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_7a182d2ef38d99fe77b61b427d59ce80.setContent(html_15b673d8587337757a929b4f297ac1ba);
|
|
|
|
|
|
|
|
marker_d3831de05c9d14c901b561786662036f.bindPopup(popup_7a182d2ef38d99fe77b61b427d59ce80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3831de05c9d14c901b561786662036f.setIcon(icon_f434060c997ac7872bb783c324a23fbd);
|
|
|
|
|
|
var marker_9d575f6bed3a86760fa8762d7aaafb75 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_bcc2ac8230dd793b3113dcd4c3049f02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a0c92a72f4c0fbd8ef5c5419ee32f56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_848d5e509b35ac7aa4db7d4b1901768b = $(`<div id="html_848d5e509b35ac7aa4db7d4b1901768b" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_2a0c92a72f4c0fbd8ef5c5419ee32f56.setContent(html_848d5e509b35ac7aa4db7d4b1901768b);
|
|
|
|
|
|
|
|
marker_9d575f6bed3a86760fa8762d7aaafb75.bindPopup(popup_2a0c92a72f4c0fbd8ef5c5419ee32f56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d575f6bed3a86760fa8762d7aaafb75.setIcon(icon_bcc2ac8230dd793b3113dcd4c3049f02);
|
|
|
|
|
|
var marker_e62ce6395c8586a45daf2b0fd15a00bf = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ab1af006097c7136697dcd5ccf30d495 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1246b437d3e09eeef0c912610b293ec2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a364b524c2bd299619f9a0558049dd49 = $(`<div id="html_a364b524c2bd299619f9a0558049dd49" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_1246b437d3e09eeef0c912610b293ec2.setContent(html_a364b524c2bd299619f9a0558049dd49);
|
|
|
|
|
|
|
|
marker_e62ce6395c8586a45daf2b0fd15a00bf.bindPopup(popup_1246b437d3e09eeef0c912610b293ec2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e62ce6395c8586a45daf2b0fd15a00bf.setIcon(icon_ab1af006097c7136697dcd5ccf30d495);
|
|
|
|
|
|
var marker_f5f697d9ff5c0a0c7e390169002aaf49 = L.marker(
|
|
[13.7584, 100.622],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_57fc4a6cdbc6324fbb820071b7e211f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96df217f2bb10b0e5b22a03f19d04337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0e69834536cddc641ec8a92b73de05 = $(`<div id="html_ff0e69834536cddc641ec8a92b73de05" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_96df217f2bb10b0e5b22a03f19d04337.setContent(html_ff0e69834536cddc641ec8a92b73de05);
|
|
|
|
|
|
|
|
marker_f5f697d9ff5c0a0c7e390169002aaf49.bindPopup(popup_96df217f2bb10b0e5b22a03f19d04337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5f697d9ff5c0a0c7e390169002aaf49.setIcon(icon_57fc4a6cdbc6324fbb820071b7e211f3);
|
|
|
|
|
|
var marker_a70e9077b2ca025d3ed3ad198041978b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4e5dbc2c0df6aff7394eed9677730f26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6fc2cf915b0f600900a62281263b54e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_650485550ea6f808f1d448fd66248128 = $(`<div id="html_650485550ea6f808f1d448fd66248128" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_f6fc2cf915b0f600900a62281263b54e.setContent(html_650485550ea6f808f1d448fd66248128);
|
|
|
|
|
|
|
|
marker_a70e9077b2ca025d3ed3ad198041978b.bindPopup(popup_f6fc2cf915b0f600900a62281263b54e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a70e9077b2ca025d3ed3ad198041978b.setIcon(icon_4e5dbc2c0df6aff7394eed9677730f26);
|
|
|
|
|
|
var marker_62e7a7c1b46d09e7bc8864399b29e8b0 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2f90cdf0d163e29a20e8e2886022b2cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_873a1f68d7b30c6f2247b5e7a179d8f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc312491d10fa5109f30f977cf9435d5 = $(`<div id="html_fc312491d10fa5109f30f977cf9435d5" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_873a1f68d7b30c6f2247b5e7a179d8f8.setContent(html_fc312491d10fa5109f30f977cf9435d5);
|
|
|
|
|
|
|
|
marker_62e7a7c1b46d09e7bc8864399b29e8b0.bindPopup(popup_873a1f68d7b30c6f2247b5e7a179d8f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62e7a7c1b46d09e7bc8864399b29e8b0.setIcon(icon_2f90cdf0d163e29a20e8e2886022b2cc);
|
|
|
|
|
|
var marker_e0417e0913d698ca961cdf0990f21a86 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f62ec84e8e9d426f40c0103693e6b00f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a3ef627d5c523dfa3c58d3ebfc5e1f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_163e0a00529a0022a159182d7d1254a4 = $(`<div id="html_163e0a00529a0022a159182d7d1254a4" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_6a3ef627d5c523dfa3c58d3ebfc5e1f3.setContent(html_163e0a00529a0022a159182d7d1254a4);
|
|
|
|
|
|
|
|
marker_e0417e0913d698ca961cdf0990f21a86.bindPopup(popup_6a3ef627d5c523dfa3c58d3ebfc5e1f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0417e0913d698ca961cdf0990f21a86.setIcon(icon_f62ec84e8e9d426f40c0103693e6b00f);
|
|
|
|
|
|
var marker_9465406ce170303ca22f17f94ea99d0b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0fcbb39b99098540a6ba6ea9b77499c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18039b1722231843c7e2ef34e6eb44fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2874d38e060f3ecab99959752f72ede5 = $(`<div id="html_2874d38e060f3ecab99959752f72ede5" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_18039b1722231843c7e2ef34e6eb44fd.setContent(html_2874d38e060f3ecab99959752f72ede5);
|
|
|
|
|
|
|
|
marker_9465406ce170303ca22f17f94ea99d0b.bindPopup(popup_18039b1722231843c7e2ef34e6eb44fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9465406ce170303ca22f17f94ea99d0b.setIcon(icon_0fcbb39b99098540a6ba6ea9b77499c6);
|
|
|
|
|
|
var marker_d3b8cdb2683ea49252b664c771c07322 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_ba45973b5ea4d4d11dc851feab78f60e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2531a193bfd4ff623e9ac92a9b4542eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f597b502aaf7364cb7e0197520d841be = $(`<div id="html_f597b502aaf7364cb7e0197520d841be" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_2531a193bfd4ff623e9ac92a9b4542eb.setContent(html_f597b502aaf7364cb7e0197520d841be);
|
|
|
|
|
|
|
|
marker_d3b8cdb2683ea49252b664c771c07322.bindPopup(popup_2531a193bfd4ff623e9ac92a9b4542eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3b8cdb2683ea49252b664c771c07322.setIcon(icon_ba45973b5ea4d4d11dc851feab78f60e);
|
|
|
|
|
|
var marker_cf032ed758d173c28be5573a42046cdc = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_3d7da79fbc3ca18e588eca431c094691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d71f419e88bcd1175c9d5aca538a5ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48213dcfc57a2bee5e4e27dd2f498e76 = $(`<div id="html_48213dcfc57a2bee5e4e27dd2f498e76" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_d71f419e88bcd1175c9d5aca538a5ad8.setContent(html_48213dcfc57a2bee5e4e27dd2f498e76);
|
|
|
|
|
|
|
|
marker_cf032ed758d173c28be5573a42046cdc.bindPopup(popup_d71f419e88bcd1175c9d5aca538a5ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf032ed758d173c28be5573a42046cdc.setIcon(icon_3d7da79fbc3ca18e588eca431c094691);
|
|
|
|
|
|
var marker_787485416317b4321fca87142730f8fc = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c6c31a13295cb85ae82d2d4409d510cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_107f9ed2c0bb8d0aeb3fbc8ed1e956e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff7789d5e63b07d5363f462e8f2b9475 = $(`<div id="html_ff7789d5e63b07d5363f462e8f2b9475" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_107f9ed2c0bb8d0aeb3fbc8ed1e956e3.setContent(html_ff7789d5e63b07d5363f462e8f2b9475);
|
|
|
|
|
|
|
|
marker_787485416317b4321fca87142730f8fc.bindPopup(popup_107f9ed2c0bb8d0aeb3fbc8ed1e956e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_787485416317b4321fca87142730f8fc.setIcon(icon_c6c31a13295cb85ae82d2d4409d510cc);
|
|
|
|
|
|
var marker_011cb8761366d93117c39dd736ffeb9d = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a77d634b260f56a94aa8bfb7afc66ab6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_248e9310fbaf6bcaac0cb134d4978303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_995812aed1d3472209f30cc717c3eec4 = $(`<div id="html_995812aed1d3472209f30cc717c3eec4" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_248e9310fbaf6bcaac0cb134d4978303.setContent(html_995812aed1d3472209f30cc717c3eec4);
|
|
|
|
|
|
|
|
marker_011cb8761366d93117c39dd736ffeb9d.bindPopup(popup_248e9310fbaf6bcaac0cb134d4978303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_011cb8761366d93117c39dd736ffeb9d.setIcon(icon_a77d634b260f56a94aa8bfb7afc66ab6);
|
|
|
|
|
|
var marker_5923fdebb940081a010e8a5b538430de = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_eb7aa81c24c490033752265165a543fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e8a7acfe4c5828b6d3f3d983ece5d25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e0620aadefca1b14d7ecca181aee87b = $(`<div id="html_3e0620aadefca1b14d7ecca181aee87b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_6e8a7acfe4c5828b6d3f3d983ece5d25.setContent(html_3e0620aadefca1b14d7ecca181aee87b);
|
|
|
|
|
|
|
|
marker_5923fdebb940081a010e8a5b538430de.bindPopup(popup_6e8a7acfe4c5828b6d3f3d983ece5d25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5923fdebb940081a010e8a5b538430de.setIcon(icon_eb7aa81c24c490033752265165a543fd);
|
|
|
|
|
|
var marker_1ffdee40643326a188574ab248c7d8c9 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_debb224b3df208dedc35a9b60b488e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8eb0b620ed3ea7f93bc3cbd30b097f79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5efcf2cf9a699a73d31e5e58c7a36b4d = $(`<div id="html_5efcf2cf9a699a73d31e5e58c7a36b4d" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_8eb0b620ed3ea7f93bc3cbd30b097f79.setContent(html_5efcf2cf9a699a73d31e5e58c7a36b4d);
|
|
|
|
|
|
|
|
marker_1ffdee40643326a188574ab248c7d8c9.bindPopup(popup_8eb0b620ed3ea7f93bc3cbd30b097f79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ffdee40643326a188574ab248c7d8c9.setIcon(icon_debb224b3df208dedc35a9b60b488e6c);
|
|
|
|
|
|
var marker_f3a76b6c06bb9eb2c18305fb1a8d86ea = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_7e57b45e8a87d713c75df41774ed97e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_450cfa990fb4642bb8ea9613de2de092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1ed741b302edf9b2a4cf23e3f6ae104 = $(`<div id="html_e1ed741b302edf9b2a4cf23e3f6ae104" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_450cfa990fb4642bb8ea9613de2de092.setContent(html_e1ed741b302edf9b2a4cf23e3f6ae104);
|
|
|
|
|
|
|
|
marker_f3a76b6c06bb9eb2c18305fb1a8d86ea.bindPopup(popup_450cfa990fb4642bb8ea9613de2de092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3a76b6c06bb9eb2c18305fb1a8d86ea.setIcon(icon_7e57b45e8a87d713c75df41774ed97e9);
|
|
|
|
|
|
var marker_d661214b00fd81bd1af427a087efc4ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4451907df6dda1f59e62696696c818f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4f8297e29432c1e8f4ffc679066c799 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95d75247a5a761daa030e90d57fdafc2 = $(`<div id="html_95d75247a5a761daa030e90d57fdafc2" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_b4f8297e29432c1e8f4ffc679066c799.setContent(html_95d75247a5a761daa030e90d57fdafc2);
|
|
|
|
|
|
|
|
marker_d661214b00fd81bd1af427a087efc4ac.bindPopup(popup_b4f8297e29432c1e8f4ffc679066c799)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d661214b00fd81bd1af427a087efc4ac.setIcon(icon_4451907df6dda1f59e62696696c818f2);
|
|
|
|
|
|
var marker_49ccbc897ba49bdfb4318656b0f32f4d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_30e606070f1d0fd567327e5d092c938f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abdab625fc105f1d7c80e313e615f3ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a893227ff2820531298ddad0751d3a9 = $(`<div id="html_7a893227ff2820531298ddad0751d3a9" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_abdab625fc105f1d7c80e313e615f3ae.setContent(html_7a893227ff2820531298ddad0751d3a9);
|
|
|
|
|
|
|
|
marker_49ccbc897ba49bdfb4318656b0f32f4d.bindPopup(popup_abdab625fc105f1d7c80e313e615f3ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49ccbc897ba49bdfb4318656b0f32f4d.setIcon(icon_30e606070f1d0fd567327e5d092c938f);
|
|
|
|
|
|
var marker_e6e2e9357920138c5e7f163e77f023c1 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_49c5161529ebe9e3127040623c4c43f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6efe26fcdc258c1f01edac44a5ea4d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec674675eb85d1c1ea0dde60ddf0536b = $(`<div id="html_ec674675eb85d1c1ea0dde60ddf0536b" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_c6efe26fcdc258c1f01edac44a5ea4d9.setContent(html_ec674675eb85d1c1ea0dde60ddf0536b);
|
|
|
|
|
|
|
|
marker_e6e2e9357920138c5e7f163e77f023c1.bindPopup(popup_c6efe26fcdc258c1f01edac44a5ea4d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6e2e9357920138c5e7f163e77f023c1.setIcon(icon_49c5161529ebe9e3127040623c4c43f5);
|
|
|
|
|
|
var marker_39d041ef0eb7dd4d6ad67816c38457e4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f4250e54ea49a2e3f06287c89965ef5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca7ce25479f1792f91019950ca403e2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b34d05d1c8d374f01cf77e5fbe6dd41 = $(`<div id="html_0b34d05d1c8d374f01cf77e5fbe6dd41" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_ca7ce25479f1792f91019950ca403e2b.setContent(html_0b34d05d1c8d374f01cf77e5fbe6dd41);
|
|
|
|
|
|
|
|
marker_39d041ef0eb7dd4d6ad67816c38457e4.bindPopup(popup_ca7ce25479f1792f91019950ca403e2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39d041ef0eb7dd4d6ad67816c38457e4.setIcon(icon_f4250e54ea49a2e3f06287c89965ef5a);
|
|
|
|
|
|
var marker_b69106a3f01960615b066ccd09363f2e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_1a4b8d1f4d31a5c7b30154d753b350c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c09763af4b7da6123b2dd71a345f08b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65fe9d83ead01de8be565f084fa809a3 = $(`<div id="html_65fe9d83ead01de8be565f084fa809a3" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_7c09763af4b7da6123b2dd71a345f08b.setContent(html_65fe9d83ead01de8be565f084fa809a3);
|
|
|
|
|
|
|
|
marker_b69106a3f01960615b066ccd09363f2e.bindPopup(popup_7c09763af4b7da6123b2dd71a345f08b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b69106a3f01960615b066ccd09363f2e.setIcon(icon_1a4b8d1f4d31a5c7b30154d753b350c3);
|
|
|
|
|
|
var marker_b7e627ce43b99743ee9e7d57f2db7dd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c4a594c5e1152d412acb0e580dbe2a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f8ea8573adc58177a552ff94cdf16c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da28fd2894dfc8302c6b7202050fd919 = $(`<div id="html_da28fd2894dfc8302c6b7202050fd919" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_5f8ea8573adc58177a552ff94cdf16c4.setContent(html_da28fd2894dfc8302c6b7202050fd919);
|
|
|
|
|
|
|
|
marker_b7e627ce43b99743ee9e7d57f2db7dd4.bindPopup(popup_5f8ea8573adc58177a552ff94cdf16c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7e627ce43b99743ee9e7d57f2db7dd4.setIcon(icon_c4a594c5e1152d412acb0e580dbe2a64);
|
|
|
|
|
|
var marker_9a00ca809fd2c8477f8ec19fdcd2c784 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_90345f76aa46739b1f23c71638b3385e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34f23458b4d6a44ccf0d30a792219e89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f302f900905de09a527161f4cbf9d08e = $(`<div id="html_f302f900905de09a527161f4cbf9d08e" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_34f23458b4d6a44ccf0d30a792219e89.setContent(html_f302f900905de09a527161f4cbf9d08e);
|
|
|
|
|
|
|
|
marker_9a00ca809fd2c8477f8ec19fdcd2c784.bindPopup(popup_34f23458b4d6a44ccf0d30a792219e89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a00ca809fd2c8477f8ec19fdcd2c784.setIcon(icon_90345f76aa46739b1f23c71638b3385e);
|
|
|
|
|
|
var marker_067226d64b1914c0c8fdec7411f7ea02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_f685705ef73b416dadbe7e1d7c3f52d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c47dc1c5518d49c0755378ff6f41c39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_307fdfe317ace200a54fc9cb93fe702b = $(`<div id="html_307fdfe317ace200a54fc9cb93fe702b" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_8c47dc1c5518d49c0755378ff6f41c39.setContent(html_307fdfe317ace200a54fc9cb93fe702b);
|
|
|
|
|
|
|
|
marker_067226d64b1914c0c8fdec7411f7ea02.bindPopup(popup_8c47dc1c5518d49c0755378ff6f41c39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_067226d64b1914c0c8fdec7411f7ea02.setIcon(icon_f685705ef73b416dadbe7e1d7c3f52d8);
|
|
|
|
|
|
var marker_0cab33d09ad19d32279b17cbcecae015 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_321a9fca2c83a44f1e261ab9ccf18116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4545aa8bf0ced704253f1f640f4d1ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bb1821a6985c1479042e2c870281849 = $(`<div id="html_8bb1821a6985c1479042e2c870281849" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_a4545aa8bf0ced704253f1f640f4d1ea.setContent(html_8bb1821a6985c1479042e2c870281849);
|
|
|
|
|
|
|
|
marker_0cab33d09ad19d32279b17cbcecae015.bindPopup(popup_a4545aa8bf0ced704253f1f640f4d1ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cab33d09ad19d32279b17cbcecae015.setIcon(icon_321a9fca2c83a44f1e261ab9ccf18116);
|
|
|
|
|
|
var marker_87c6edc286bd85bbac26eb75f14497a4 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9b752f20caa56d2e18b360d7415d9e57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25aee6cd5d9cd7bd25b66d8968010881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5a8312f2cd692755f8c74e390f88e41 = $(`<div id="html_d5a8312f2cd692755f8c74e390f88e41" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_25aee6cd5d9cd7bd25b66d8968010881.setContent(html_d5a8312f2cd692755f8c74e390f88e41);
|
|
|
|
|
|
|
|
marker_87c6edc286bd85bbac26eb75f14497a4.bindPopup(popup_25aee6cd5d9cd7bd25b66d8968010881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87c6edc286bd85bbac26eb75f14497a4.setIcon(icon_9b752f20caa56d2e18b360d7415d9e57);
|
|
|
|
|
|
var marker_7d9407040784f82bc29037ac601647b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b76b35b33264aca6cfc86bc277aa47e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7cd3b1a386ac990664cce95fc7c5ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f9df476e772c2f46cefb49448c7dc15 = $(`<div id="html_2f9df476e772c2f46cefb49448c7dc15" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_c7cd3b1a386ac990664cce95fc7c5ca7.setContent(html_2f9df476e772c2f46cefb49448c7dc15);
|
|
|
|
|
|
|
|
marker_7d9407040784f82bc29037ac601647b7.bindPopup(popup_c7cd3b1a386ac990664cce95fc7c5ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d9407040784f82bc29037ac601647b7.setIcon(icon_b76b35b33264aca6cfc86bc277aa47e4);
|
|
|
|
|
|
var marker_eb541a94581507ab602ce44699689e66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0b29d1433f992892de6d346f76809c6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78302e281b8986b3b16af8c5976ff0e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bd34ec4f2f24ab6cd0d4f368fc5bf48 = $(`<div id="html_2bd34ec4f2f24ab6cd0d4f368fc5bf48" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_78302e281b8986b3b16af8c5976ff0e0.setContent(html_2bd34ec4f2f24ab6cd0d4f368fc5bf48);
|
|
|
|
|
|
|
|
marker_eb541a94581507ab602ce44699689e66.bindPopup(popup_78302e281b8986b3b16af8c5976ff0e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb541a94581507ab602ce44699689e66.setIcon(icon_0b29d1433f992892de6d346f76809c6f);
|
|
|
|
|
|
var marker_ec6af05dd642c61b01856e34dd461574 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_30ede79a3100b5be3e048e3de3185928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc03b5b88e02a2b98c167f4eec1cb37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ff2a803e002fc35b3d80126918da7e5 = $(`<div id="html_5ff2a803e002fc35b3d80126918da7e5" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_fdc03b5b88e02a2b98c167f4eec1cb37.setContent(html_5ff2a803e002fc35b3d80126918da7e5);
|
|
|
|
|
|
|
|
marker_ec6af05dd642c61b01856e34dd461574.bindPopup(popup_fdc03b5b88e02a2b98c167f4eec1cb37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec6af05dd642c61b01856e34dd461574.setIcon(icon_30ede79a3100b5be3e048e3de3185928);
|
|
|
|
|
|
var marker_c8d276c92b1f7d3f688a4aaa0cb086b8 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_362b8e408e942f0ae647cec03bf122cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0d78bce5b2e91b831a744aee436d36b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c6e0254ff5e9e94b1d9385285eb9fa = $(`<div id="html_12c6e0254ff5e9e94b1d9385285eb9fa" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_d0d78bce5b2e91b831a744aee436d36b.setContent(html_12c6e0254ff5e9e94b1d9385285eb9fa);
|
|
|
|
|
|
|
|
marker_c8d276c92b1f7d3f688a4aaa0cb086b8.bindPopup(popup_d0d78bce5b2e91b831a744aee436d36b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8d276c92b1f7d3f688a4aaa0cb086b8.setIcon(icon_362b8e408e942f0ae647cec03bf122cd);
|
|
|
|
|
|
var marker_d5e71e0cbe4484ce700f2da63f03157e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_539271254a898938e679d72972c041d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a195577bf9146c4ce813370f8b7d6ceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_441411b2644e025d93609884c0110d2b = $(`<div id="html_441411b2644e025d93609884c0110d2b" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_a195577bf9146c4ce813370f8b7d6ceb.setContent(html_441411b2644e025d93609884c0110d2b);
|
|
|
|
|
|
|
|
marker_d5e71e0cbe4484ce700f2da63f03157e.bindPopup(popup_a195577bf9146c4ce813370f8b7d6ceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5e71e0cbe4484ce700f2da63f03157e.setIcon(icon_539271254a898938e679d72972c041d2);
|
|
|
|
|
|
var marker_61817ca45832f51bd4cc03ae78ede590 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_942498f148b2456e533bc0e8c53799ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f1d50173e1109f7a0208640eb939ecb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e383281142cb664485008c47be6359fa = $(`<div id="html_e383281142cb664485008c47be6359fa" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_9f1d50173e1109f7a0208640eb939ecb.setContent(html_e383281142cb664485008c47be6359fa);
|
|
|
|
|
|
|
|
marker_61817ca45832f51bd4cc03ae78ede590.bindPopup(popup_9f1d50173e1109f7a0208640eb939ecb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61817ca45832f51bd4cc03ae78ede590.setIcon(icon_942498f148b2456e533bc0e8c53799ee);
|
|
|
|
|
|
var marker_1d81b3ae6ad2fb4f68da66741c1c1521 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_9c464159659eaa688ed6e772d5587cbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e8fc5a74c63d11a43dd88f2765279ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77bc8a427f797eeb2d0e6e3c0a835dfb = $(`<div id="html_77bc8a427f797eeb2d0e6e3c0a835dfb" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_6e8fc5a74c63d11a43dd88f2765279ef.setContent(html_77bc8a427f797eeb2d0e6e3c0a835dfb);
|
|
|
|
|
|
|
|
marker_1d81b3ae6ad2fb4f68da66741c1c1521.bindPopup(popup_6e8fc5a74c63d11a43dd88f2765279ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d81b3ae6ad2fb4f68da66741c1c1521.setIcon(icon_9c464159659eaa688ed6e772d5587cbe);
|
|
|
|
|
|
var marker_fb6b4547d4e0fa3b7ec3d069a2da7877 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_1273cf8efc8307b16808b43af6319f59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41dfa9b22ae5a37071c3edb7139db030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ed94db05766dc4d6b0938a7d67b8fef = $(`<div id="html_6ed94db05766dc4d6b0938a7d67b8fef" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_41dfa9b22ae5a37071c3edb7139db030.setContent(html_6ed94db05766dc4d6b0938a7d67b8fef);
|
|
|
|
|
|
|
|
marker_fb6b4547d4e0fa3b7ec3d069a2da7877.bindPopup(popup_41dfa9b22ae5a37071c3edb7139db030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb6b4547d4e0fa3b7ec3d069a2da7877.setIcon(icon_1273cf8efc8307b16808b43af6319f59);
|
|
|
|
|
|
var marker_42aaeb135abe26a5cbd9e02c402cee92 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_1a6b0ea3c2881c98d103eecee2321345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5f32f75b4c9286ab5ca8c07c0bef318 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb1da445c814a9a331805b17ecf1688a = $(`<div id="html_eb1da445c814a9a331805b17ecf1688a" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_b5f32f75b4c9286ab5ca8c07c0bef318.setContent(html_eb1da445c814a9a331805b17ecf1688a);
|
|
|
|
|
|
|
|
marker_42aaeb135abe26a5cbd9e02c402cee92.bindPopup(popup_b5f32f75b4c9286ab5ca8c07c0bef318)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42aaeb135abe26a5cbd9e02c402cee92.setIcon(icon_1a6b0ea3c2881c98d103eecee2321345);
|
|
|
|
|
|
var marker_cfc52e05029521de26fe0d22a80bc78b = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_398ac8c990d575e6238623582c684de8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4f153405031ae08366c64e67b97fabd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_760f3d1f6dd5af12c0d6507fc140a584 = $(`<div id="html_760f3d1f6dd5af12c0d6507fc140a584" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_a4f153405031ae08366c64e67b97fabd.setContent(html_760f3d1f6dd5af12c0d6507fc140a584);
|
|
|
|
|
|
|
|
marker_cfc52e05029521de26fe0d22a80bc78b.bindPopup(popup_a4f153405031ae08366c64e67b97fabd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfc52e05029521de26fe0d22a80bc78b.setIcon(icon_398ac8c990d575e6238623582c684de8);
|
|
|
|
|
|
var marker_fb92692a375a903711007295f2dc1d47 = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_94bb04b583902ec74c5c8df6d7425144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b29a8895b248fc0b6255312ca4b32816 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9369d5c546427d051785c659250f4ac4 = $(`<div id="html_9369d5c546427d051785c659250f4ac4" style="width: 100.0%; height: 100.0%;">zap.watch</div>`)[0];
|
|
popup_b29a8895b248fc0b6255312ca4b32816.setContent(html_9369d5c546427d051785c659250f4ac4);
|
|
|
|
|
|
|
|
marker_fb92692a375a903711007295f2dc1d47.bindPopup(popup_b29a8895b248fc0b6255312ca4b32816)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb92692a375a903711007295f2dc1d47.setIcon(icon_94bb04b583902ec74c5c8df6d7425144);
|
|
|
|
|
|
var marker_6a868a682b4734b41fe3865b6a08664c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_83050a2621e5d2c0f805ae4f7da407a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93b08d5027f6dfdc4720e8874e9d4f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8327f6ded4069b87a48381301389af6d = $(`<div id="html_8327f6ded4069b87a48381301389af6d" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_93b08d5027f6dfdc4720e8874e9d4f78.setContent(html_8327f6ded4069b87a48381301389af6d);
|
|
|
|
|
|
|
|
marker_6a868a682b4734b41fe3865b6a08664c.bindPopup(popup_93b08d5027f6dfdc4720e8874e9d4f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a868a682b4734b41fe3865b6a08664c.setIcon(icon_83050a2621e5d2c0f805ae4f7da407a1);
|
|
|
|
|
|
var marker_c2ddf048ae48b535b62dc3e352ba7164 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e3263f2aecd71d0a3981adabc5c90617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fb1ee753ba2fdc6e286b1825d89e3e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a178d709f36f3d944ea7286db7d963 = $(`<div id="html_02a178d709f36f3d944ea7286db7d963" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_4fb1ee753ba2fdc6e286b1825d89e3e3.setContent(html_02a178d709f36f3d944ea7286db7d963);
|
|
|
|
|
|
|
|
marker_c2ddf048ae48b535b62dc3e352ba7164.bindPopup(popup_4fb1ee753ba2fdc6e286b1825d89e3e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2ddf048ae48b535b62dc3e352ba7164.setIcon(icon_e3263f2aecd71d0a3981adabc5c90617);
|
|
|
|
|
|
var marker_06026e50f36fd0570e7d8753d2b73909 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_492012495015cd5328b6cfbf56d2eae6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ce713f0918fa71a51be890534b0f216 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdbd355cf8e2cde1603b4ec7e1861724 = $(`<div id="html_cdbd355cf8e2cde1603b4ec7e1861724" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_4ce713f0918fa71a51be890534b0f216.setContent(html_cdbd355cf8e2cde1603b4ec7e1861724);
|
|
|
|
|
|
|
|
marker_06026e50f36fd0570e7d8753d2b73909.bindPopup(popup_4ce713f0918fa71a51be890534b0f216)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06026e50f36fd0570e7d8753d2b73909.setIcon(icon_492012495015cd5328b6cfbf56d2eae6);
|
|
|
|
|
|
var marker_8a9bcbdcb62a4f1df8933dcc9d81a77c = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_a597e7cf0f828e400a7f9a937f3c8fee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e17299d9612becf0737cd31cb5bca1b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38c3db9f5814cd4648ae8167a1ccc7ce = $(`<div id="html_38c3db9f5814cd4648ae8167a1ccc7ce" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_e17299d9612becf0737cd31cb5bca1b6.setContent(html_38c3db9f5814cd4648ae8167a1ccc7ce);
|
|
|
|
|
|
|
|
marker_8a9bcbdcb62a4f1df8933dcc9d81a77c.bindPopup(popup_e17299d9612becf0737cd31cb5bca1b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a9bcbdcb62a4f1df8933dcc9d81a77c.setIcon(icon_a597e7cf0f828e400a7f9a937f3c8fee);
|
|
|
|
|
|
var marker_2fa1aa4ab75e5b4316b0773e90607c75 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_292dcf26d8459d152b0b128887251685 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93fb0ef009eb30fa91f98a635eed5df4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17616b6a72c05ebc6d0e80839d114507 = $(`<div id="html_17616b6a72c05ebc6d0e80839d114507" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_93fb0ef009eb30fa91f98a635eed5df4.setContent(html_17616b6a72c05ebc6d0e80839d114507);
|
|
|
|
|
|
|
|
marker_2fa1aa4ab75e5b4316b0773e90607c75.bindPopup(popup_93fb0ef009eb30fa91f98a635eed5df4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fa1aa4ab75e5b4316b0773e90607c75.setIcon(icon_292dcf26d8459d152b0b128887251685);
|
|
|
|
|
|
var marker_42843e0e96e57e9e96cacc75296ec2eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_810b9aea4e57717bf86f7f2417b6a6aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6624c1280582552cf95794eccf756cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c12c1cabc1da8a14cc34e30da56011d8 = $(`<div id="html_c12c1cabc1da8a14cc34e30da56011d8" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_b6624c1280582552cf95794eccf756cb.setContent(html_c12c1cabc1da8a14cc34e30da56011d8);
|
|
|
|
|
|
|
|
marker_42843e0e96e57e9e96cacc75296ec2eb.bindPopup(popup_b6624c1280582552cf95794eccf756cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42843e0e96e57e9e96cacc75296ec2eb.setIcon(icon_810b9aea4e57717bf86f7f2417b6a6aa);
|
|
|
|
|
|
var marker_bed7b8f52daa5504d407f7179660f4d7 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_c5219ffdafca70c285e2ce529dbe7a91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_413d2c451490ac88cb0538e0b4b867d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6576c40baeeffbfd5fd2d013a5e020a4 = $(`<div id="html_6576c40baeeffbfd5fd2d013a5e020a4" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_413d2c451490ac88cb0538e0b4b867d8.setContent(html_6576c40baeeffbfd5fd2d013a5e020a4);
|
|
|
|
|
|
|
|
marker_bed7b8f52daa5504d407f7179660f4d7.bindPopup(popup_413d2c451490ac88cb0538e0b4b867d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bed7b8f52daa5504d407f7179660f4d7.setIcon(icon_c5219ffdafca70c285e2ce529dbe7a91);
|
|
|
|
|
|
var marker_03b2f6fd76cbaab538b52a2c7fcd86a4 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4e4c9155b784cbf501fc1dcd2488ec87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9116a1606e3248bf61cae527935b65a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afd72ab56cb93e0543a2ed9dc00fda45 = $(`<div id="html_afd72ab56cb93e0543a2ed9dc00fda45" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_9116a1606e3248bf61cae527935b65a0.setContent(html_afd72ab56cb93e0543a2ed9dc00fda45);
|
|
|
|
|
|
|
|
marker_03b2f6fd76cbaab538b52a2c7fcd86a4.bindPopup(popup_9116a1606e3248bf61cae527935b65a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03b2f6fd76cbaab538b52a2c7fcd86a4.setIcon(icon_4e4c9155b784cbf501fc1dcd2488ec87);
|
|
|
|
|
|
var marker_6e287129c02268ee90ad73932cf38a94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e30a3a43149aee90540fb6a0df7d795b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fc8f2e42fef22424d35872f502c7d0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_420927d70410ebb8bf0487f478845772 = $(`<div id="html_420927d70410ebb8bf0487f478845772" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_3fc8f2e42fef22424d35872f502c7d0f.setContent(html_420927d70410ebb8bf0487f478845772);
|
|
|
|
|
|
|
|
marker_6e287129c02268ee90ad73932cf38a94.bindPopup(popup_3fc8f2e42fef22424d35872f502c7d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e287129c02268ee90ad73932cf38a94.setIcon(icon_e30a3a43149aee90540fb6a0df7d795b);
|
|
|
|
|
|
var marker_28490d2dbc300a911c8d3c78c10387f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_028962fd0636f44e0e43505e4101d8ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a14346bb5defa684402663cf99c740c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6accab098fb6a54558a0a326c969ab1 = $(`<div id="html_d6accab098fb6a54558a0a326c969ab1" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_a14346bb5defa684402663cf99c740c9.setContent(html_d6accab098fb6a54558a0a326c969ab1);
|
|
|
|
|
|
|
|
marker_28490d2dbc300a911c8d3c78c10387f5.bindPopup(popup_a14346bb5defa684402663cf99c740c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28490d2dbc300a911c8d3c78c10387f5.setIcon(icon_028962fd0636f44e0e43505e4101d8ef);
|
|
|
|
|
|
var marker_2e62c088d84cb93e2967a671cc82ae93 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_92e1a282c66316eeaa88d573076cc3c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2679e9381e9dbc6262f4f8c25d6cc37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ad53cff88e18e546de5b90c7c7f0e00 = $(`<div id="html_8ad53cff88e18e546de5b90c7c7f0e00" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_d2679e9381e9dbc6262f4f8c25d6cc37.setContent(html_8ad53cff88e18e546de5b90c7c7f0e00);
|
|
|
|
|
|
|
|
marker_2e62c088d84cb93e2967a671cc82ae93.bindPopup(popup_d2679e9381e9dbc6262f4f8c25d6cc37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e62c088d84cb93e2967a671cc82ae93.setIcon(icon_92e1a282c66316eeaa88d573076cc3c2);
|
|
|
|
|
|
var marker_5cfdc218def3f75f600cbbcad5a08772 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_5f02b81f1779e65602d8a53913399146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d1153e2f4561a4449ffbc1d925265bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a2b3affdb3deaf66d4b7336732a6a11 = $(`<div id="html_4a2b3affdb3deaf66d4b7336732a6a11" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_6d1153e2f4561a4449ffbc1d925265bd.setContent(html_4a2b3affdb3deaf66d4b7336732a6a11);
|
|
|
|
|
|
|
|
marker_5cfdc218def3f75f600cbbcad5a08772.bindPopup(popup_6d1153e2f4561a4449ffbc1d925265bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cfdc218def3f75f600cbbcad5a08772.setIcon(icon_5f02b81f1779e65602d8a53913399146);
|
|
|
|
|
|
var marker_85cc0b018abe04a7c255de0c09881e05 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_b24700641bdf13ba543fa758f41a3abb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfe48a6de01103bafc956c426a890a18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6197ca79de565b590ab4c0633986731a = $(`<div id="html_6197ca79de565b590ab4c0633986731a" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_bfe48a6de01103bafc956c426a890a18.setContent(html_6197ca79de565b590ab4c0633986731a);
|
|
|
|
|
|
|
|
marker_85cc0b018abe04a7c255de0c09881e05.bindPopup(popup_bfe48a6de01103bafc956c426a890a18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85cc0b018abe04a7c255de0c09881e05.setIcon(icon_b24700641bdf13ba543fa758f41a3abb);
|
|
|
|
|
|
var marker_79aa2ceb3810fc93811accda5b463f05 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_6f667e272e7ef5507dc80b68a577cb7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10ad7f94a22370dd5377bcbf49e42604 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_379fd576089e2e126f76a6db9433c3dc = $(`<div id="html_379fd576089e2e126f76a6db9433c3dc" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_10ad7f94a22370dd5377bcbf49e42604.setContent(html_379fd576089e2e126f76a6db9433c3dc);
|
|
|
|
|
|
|
|
marker_79aa2ceb3810fc93811accda5b463f05.bindPopup(popup_10ad7f94a22370dd5377bcbf49e42604)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79aa2ceb3810fc93811accda5b463f05.setIcon(icon_6f667e272e7ef5507dc80b68a577cb7e);
|
|
|
|
|
|
var marker_ed0474c0e7175931a0c5d9e06c5d00e4 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2a90f8ea684782adde0e19c3edcb50dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e78566b22e10d09c2d8eb80c400df2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efa38eefdf317d512642652d03f5fb67 = $(`<div id="html_efa38eefdf317d512642652d03f5fb67" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_6e78566b22e10d09c2d8eb80c400df2d.setContent(html_efa38eefdf317d512642652d03f5fb67);
|
|
|
|
|
|
|
|
marker_ed0474c0e7175931a0c5d9e06c5d00e4.bindPopup(popup_6e78566b22e10d09c2d8eb80c400df2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed0474c0e7175931a0c5d9e06c5d00e4.setIcon(icon_2a90f8ea684782adde0e19c3edcb50dd);
|
|
|
|
|
|
var marker_532e0283aad2ffdb813c29f09143a7e4 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_189abed6500212c16a734cb0ad719ee1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e53a1f8952971148d2c81544253aec72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e94c8127c1e977f425675a34d272b44e = $(`<div id="html_e94c8127c1e977f425675a34d272b44e" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_e53a1f8952971148d2c81544253aec72.setContent(html_e94c8127c1e977f425675a34d272b44e);
|
|
|
|
|
|
|
|
marker_532e0283aad2ffdb813c29f09143a7e4.bindPopup(popup_e53a1f8952971148d2c81544253aec72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_532e0283aad2ffdb813c29f09143a7e4.setIcon(icon_189abed6500212c16a734cb0ad719ee1);
|
|
|
|
|
|
var marker_e70ab162728ad465bb6c6c0d59318f98 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_e163cac9f9cb4ed000810c81b245f4d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7553332ca04bee88d33107dd1f657a82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38368dc49804c8d4c1e6e45ce64c332c = $(`<div id="html_38368dc49804c8d4c1e6e45ce64c332c" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_7553332ca04bee88d33107dd1f657a82.setContent(html_38368dc49804c8d4c1e6e45ce64c332c);
|
|
|
|
|
|
|
|
marker_e70ab162728ad465bb6c6c0d59318f98.bindPopup(popup_7553332ca04bee88d33107dd1f657a82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e70ab162728ad465bb6c6c0d59318f98.setIcon(icon_e163cac9f9cb4ed000810c81b245f4d7);
|
|
|
|
|
|
var marker_15011437697d234e654290736e1cee7f = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_2f5761382c410c95fca2c04258265558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc18d68166bf31150856332a6fbeae95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09b061b3ee11ea063375a143c1357849 = $(`<div id="html_09b061b3ee11ea063375a143c1357849" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_bc18d68166bf31150856332a6fbeae95.setContent(html_09b061b3ee11ea063375a143c1357849);
|
|
|
|
|
|
|
|
marker_15011437697d234e654290736e1cee7f.bindPopup(popup_bc18d68166bf31150856332a6fbeae95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15011437697d234e654290736e1cee7f.setIcon(icon_2f5761382c410c95fca2c04258265558);
|
|
|
|
|
|
var marker_3c870c5efb7f415effc46c8f73a6f076 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_49718eeab8d24e8ca7e7914dd1c5c42b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_540108a02a2d1f16d470732b78fc3f94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1658249c1c86ee6e6d79a3e6d37e77a = $(`<div id="html_c1658249c1c86ee6e6d79a3e6d37e77a" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_540108a02a2d1f16d470732b78fc3f94.setContent(html_c1658249c1c86ee6e6d79a3e6d37e77a);
|
|
|
|
|
|
|
|
marker_3c870c5efb7f415effc46c8f73a6f076.bindPopup(popup_540108a02a2d1f16d470732b78fc3f94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c870c5efb7f415effc46c8f73a6f076.setIcon(icon_49718eeab8d24e8ca7e7914dd1c5c42b);
|
|
|
|
|
|
var marker_44903e8b1fd887b38fc673608d66b163 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_0ee0dcf2690915f7865805a66eb0b673 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42887d3fee0d4f5dce0d0b2c8436ce45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db3ae3984f6427cb15083ebc12e3da7f = $(`<div id="html_db3ae3984f6427cb15083ebc12e3da7f" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_42887d3fee0d4f5dce0d0b2c8436ce45.setContent(html_db3ae3984f6427cb15083ebc12e3da7f);
|
|
|
|
|
|
|
|
marker_44903e8b1fd887b38fc673608d66b163.bindPopup(popup_42887d3fee0d4f5dce0d0b2c8436ce45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44903e8b1fd887b38fc673608d66b163.setIcon(icon_0ee0dcf2690915f7865805a66eb0b673);
|
|
|
|
|
|
var marker_afd16bf2622fd63b7910c66e2e6bcde1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_56465fbb52081b3888ee962a76e54933 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28a45bc24a80f2bf91ba3e390f233543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_919a27d2d1307ab8ba1b5f31dd980ed3 = $(`<div id="html_919a27d2d1307ab8ba1b5f31dd980ed3" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_28a45bc24a80f2bf91ba3e390f233543.setContent(html_919a27d2d1307ab8ba1b5f31dd980ed3);
|
|
|
|
|
|
|
|
marker_afd16bf2622fd63b7910c66e2e6bcde1.bindPopup(popup_28a45bc24a80f2bf91ba3e390f233543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afd16bf2622fd63b7910c66e2e6bcde1.setIcon(icon_56465fbb52081b3888ee962a76e54933);
|
|
|
|
|
|
var marker_727ac6abb6ff623c51c2177e156b0c5b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_16c1b7d084d8af228417593e4f8b2675 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad1a7c430c6cac680979943e905b4c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d91a2f402a775d870502c4aad8b09f5f = $(`<div id="html_d91a2f402a775d870502c4aad8b09f5f" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_4ad1a7c430c6cac680979943e905b4c2.setContent(html_d91a2f402a775d870502c4aad8b09f5f);
|
|
|
|
|
|
|
|
marker_727ac6abb6ff623c51c2177e156b0c5b.bindPopup(popup_4ad1a7c430c6cac680979943e905b4c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727ac6abb6ff623c51c2177e156b0c5b.setIcon(icon_16c1b7d084d8af228417593e4f8b2675);
|
|
|
|
|
|
var marker_8c18177bdca8e44d102f0e7121c45f53 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_4c885f116f26fe278292983b7511999c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4d79b03c199fe21d2c1b2acd8cd35c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42c21a124c843d68958e9dcf19f1a2ff = $(`<div id="html_42c21a124c843d68958e9dcf19f1a2ff" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_f4d79b03c199fe21d2c1b2acd8cd35c7.setContent(html_42c21a124c843d68958e9dcf19f1a2ff);
|
|
|
|
|
|
|
|
marker_8c18177bdca8e44d102f0e7121c45f53.bindPopup(popup_f4d79b03c199fe21d2c1b2acd8cd35c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c18177bdca8e44d102f0e7121c45f53.setIcon(icon_4c885f116f26fe278292983b7511999c);
|
|
|
|
|
|
var marker_b1b1ba46453f656995d368f90a7d8ee7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d311de648a315b5ae6b1143a3974af1d);
|
|
|
|
|
|
var icon_36c5dd454d4355785ffa01b61ad8e9ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be51d6afe679877a857bad5e7e3dae3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7feddd71564bce45e16104eae7ac0878 = $(`<div id="html_7feddd71564bce45e16104eae7ac0878" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_be51d6afe679877a857bad5e7e3dae3d.setContent(html_7feddd71564bce45e16104eae7ac0878);
|
|
|
|
|
|
|
|
marker_b1b1ba46453f656995d368f90a7d8ee7.bindPopup(popup_be51d6afe679877a857bad5e7e3dae3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1b1ba46453f656995d368f90a7d8ee7.setIcon(icon_36c5dd454d4355785ffa01b61ad8e9ab);
|
|
|
|
|
|
marker_cluster_d311de648a315b5ae6b1143a3974af1d.addTo(map_025014b6bd8ef663ef73ec6cf5755e6a);
|
|
|
|
</script>
|
|
</html> |