From ca60d3fbac21884f77c4aa568fa4457b1cb59e3a Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 24 Nov 2024 19:09:56 +0100 Subject: [PATCH] =?UTF-8?q?remove=20useless=20unit=20=C2=B0=20for=20format?= =?UTF-8?q?Lat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.js b/web/index.js index 39401ec..bbc96e3 100644 --- a/web/index.js +++ b/web/index.js @@ -1578,7 +1578,7 @@ if (isNaN(x)) return '-----'; return formatLonLatsDecimal(x, 'lat'); }, - u: '°' + u: '' }, formatLongitude: { f: function (v) {