Skip to content

Commit

Permalink
remove useless unit ° for formatLat
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Nov 24, 2024
1 parent 7fead48 commit ca60d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@
if (isNaN(x)) return '-----';
return formatLonLatsDecimal(x, 'lat');
},
u: '°'
u: ''
},
formatLongitude: {
f: function (v) {
Expand Down

0 comments on commit ca60d3f

Please sign in to comment.