diff --git a/README.md b/README.md index d34ad0c..6388854 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Explore Trust. Choose your Astroport style * LOCALHOST : http://ipfs.localhost:8080/ipfs/QmYJ2Ri1ygL7ZFTamP3gcc5VZwxhE685bWJnXSVkvNFJfF/ (DEV) -* WAN : https://ipfs.copylaradio.com/ipfs/QmZjtNz7iNgPiULbyT2Zyi6QHGXt8WqKo1DzKkM5EKPLfL/ (DEMO SNAPSHOT) +* WAN : https://ipfs.copylaradio.com/ipfs/QmSaFpSM6ps2pBqYxxLjKJfuigpEo98GNCPdK4PkMXnDaY/ (DEMO SNAPSHOT) Enjoy Life diff --git a/earth/map_render.html b/earth/map_render.html index cb87465..43b6f28 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -157,8 +157,8 @@ if (deg <= 0.01) { button.style.color = '#fff'; // Customize the font color button.addEventListener('click', () => { -// const url = `http://astroport.localhost:1234/?uplanet=@&lat=${southWestLat}&lon=${southWestLon}`; - const url = `https://astroport.copylaradio.com/?uplanet=@&lat=${southWestLat}&lon=${southWestLon}`; +// const url = `http://astroport.localhost:1234/?uplanet=@&salt=${southWestLat}&pepper=${southWestLon}`; + const url = `https://astroport.copylaradio.com/?uplanet=@&salt=${southWestLat}&pepper=${southWestLon}`; window.location.href = url; });