Friendly text on latitude cell info

- Added function getLatitudeDescription(latitude)
- Added the text to infoLat on cell info.
This commit is contained in:
Ángel Montero Lamas 2024-09-04 14:24:00 +02:00
parent 473b62b3eb
commit db9dc9eeed
4 changed files with 20 additions and 6 deletions

View file

@ -12,7 +12,7 @@
*
* Example: 1.102.0 -> Major version 1, Minor version 102, Patch version 0
*/
const VERSION = "1.102.0";
const VERSION = "1.102.01";
{
document.title += " v" + VERSION;