remove useless unit ° for formatLat

This commit is contained in:
andreas 2024-11-24 19:09:56 +01:00
parent 7fead48b9d
commit ca60d3fbac
1 changed files with 1 additions and 1 deletions

View File

@ -1578,7 +1578,7 @@
if (isNaN(x)) return '-----';
return formatLonLatsDecimal(x, 'lat');
},
u: '°'
u: ''
},
formatLongitude: {
f: function (v) {