remove useless unit ° for formatLat
This commit is contained in:
parent
7fead48b9d
commit
ca60d3fbac
|
@ -1578,7 +1578,7 @@
|
|||
if (isNaN(x)) return '-----';
|
||||
return formatLonLatsDecimal(x, 'lat');
|
||||
},
|
||||
u: '°'
|
||||
u: ''
|
||||
},
|
||||
formatLongitude: {
|
||||
f: function (v) {
|
||||
|
|
Loading…
Reference in New Issue