Commit b68b1f426f1dfc333447049791692a8f06f9db27
1 parent
e2644543
Exists in
master
and in
95 other branches
Download: scientific format by default (cf. #8266)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/models/Download.js
... | ... | @@ -22,7 +22,7 @@ Ext.define('amdaModel.Download', { |
22 | 22 | {name: 'refparamSampling', type: 'boolean', defaultValue: false}, |
23 | 23 | {name: 'separateInfoFile', type: 'boolean', defaultValue: false}, |
24 | 24 | {name: 'sampling', type: 'int', defaultValue: '600'}, |
25 | - {name: 'scientificformat', type: 'boolean', defaultValue: false}, | |
25 | + {name: 'scientificformat', type: 'boolean', defaultValue: true}, | |
26 | 26 | {name: 'fileprefix', type: 'string'}, |
27 | 27 | {name: 'fileformat', type: 'string'}, |
28 | 28 | {name: 'fileformatTT', type: 'string'}, |
... | ... |