From c1c8fb6a624f3ff301385209ffcdeba6efebedec Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 Sep 2023 03:50:04 +0200 Subject: [PATCH] better rendering --- README.md | 2 +- earth/Umap.html | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0795fb3..9dac9ff 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ You receive an access to this crypto landing recorded into IPFS Get Friends. Explore Trust. -https://ipfs.asycn.io/ipfs/QmcNU2krdHogvxUkERf52roFbX8iVb1i11HSwRFjFf3QVm/ +https://ipfs.copylaradio.com/ipfs/QmcNU2krdHogvxUkERf52roFbX8iVb1i11HSwRFjFf3QVm/ Enjoy the visit. diff --git a/earth/Umap.html b/earth/Umap.html index 05fe7ad..0d1cfab 100644 --- a/earth/Umap.html +++ b/earth/Umap.html @@ -3,10 +3,18 @@ UPlanet Map + -
- +

@@ -88,8 +96,8 @@ //~ maxZoom: 18 //~ }).addTo(map); - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: 'U Planet' + const tileLayer = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: `U Planet crypto commons | Astroport | ${southWestLat} : ${southWestLon}` }).addTo(map);