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