Merge branch 'master' into auth-api
This commit is contained in:
commit
78f8c430ea
13
NEWS.md
13
NEWS.md
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user