salt pepper = lat lon

This commit is contained in:
fred 2023-09-02 03:50:19 +02:00
parent b9e4c1a223
commit ee865f17d3
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Explore Trust.
Choose your Astroport style Choose your Astroport style
* LOCALHOST : http://ipfs.localhost:8080/ipfs/QmYJ2Ri1ygL7ZFTamP3gcc5VZwxhE685bWJnXSVkvNFJfF/ (DEV) * 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 Enjoy Life

View File

@ -157,8 +157,8 @@ if (deg <= 0.01) {
button.style.color = '#fff'; // Customize the font color button.style.color = '#fff'; // Customize the font color
button.addEventListener('click', () => { button.addEventListener('click', () => {
// const url = `http://astroport.localhost:1234/?uplanet=@&lat=${southWestLat}&lon=${southWestLon}`; // const url = `http://astroport.localhost:1234/?uplanet=@&salt=${southWestLat}&pepper=${southWestLon}`;
const url = `https://astroport.copylaradio.com/?uplanet=@&lat=${southWestLat}&lon=${southWestLon}`; const url = `https://astroport.copylaradio.com/?uplanet=@&salt=${southWestLat}&pepper=${southWestLon}`;
window.location.href = url; window.location.href = url;
}); });