Merge branch 'master' into auth-api

This commit is contained in:
Daniel García Aubert 2018-02-27 12:24:40 +01:00
commit 78f8c430ea
3 changed files with 13 additions and 3 deletions

13
NEWS.md
View File

@ -1,7 +1,16 @@
#Changelog
# Changelog
## 1.48.2
Released 2018-mm-dd
Announcements:
## 1.48.1
Released 2018-mm-dd
Released 2018-02-27
Announcements:
* Added `RESIZE=yes` param to gdal shapefile driver, wich optimizes size of exported shapefiles [#462](https://github.com/CartoDB/CartoDB-SQL-API/pull/462)
## 1.48.0

View File

@ -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,

View File

@ -5,7 +5,7 @@
"keywords": [
"cartodb"
],
"version": "1.48.1",
"version": "1.48.2",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"