diff --git a/app/models/formats/ogr.js b/app/models/formats/ogr.js index 80b1a7da..8d1f2fbe 100644 --- a/app/models/formats/ogr.js +++ b/app/models/formats/ogr.js @@ -145,6 +145,7 @@ OgrFormat.prototype.toOGR = function(options, out_format, out_filename, callback var ogrargs = [ '-f', out_format, + '-lco', 'RESIZE=YES', '-lco', 'ENCODING=UTF-8', '-lco', 'LINEFORMAT=CRLF', out_filename,