Ok, so lat and long are fine until main.ts:199
with my locale, for 48, this
new Intl.NumberFormat(this.locale, { minimumSignificantDigits: 4 }).format(lat?.split(‘%’).shift())
returns 48,00 and Number of that then yields a NaN
Maybe it’s better to use something like parse-decimal-number - npm for that?