Skip to content

Commit

Permalink
adding append to ogr2ogr calls
Browse files Browse the repository at this point in the history
  • Loading branch information
chelm committed Apr 5, 2015
1 parent d8e1662 commit a79e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Exporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,12 @@ function getOgrParams( format, inFile, outFile, geojson, options ){
}

// make sure field names are not truncated multiple times
cmd.push('-append');
cmd.push('-fieldmap');
cmd.push('identity');

}

cmd.push('-append');
cmd.push('-skipfailures');
cmd.push('-lco');
cmd.push('ENCODING=UTF-8');
Expand Down

0 comments on commit a79e218

Please sign in to comment.