Skip to content

Commit

Permalink
The options reference was actually ok for vector import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Feb 19, 2016
1 parent 9b6f0e7 commit 599f3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pile.js
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ module.exports = pile = {

_createPostGISLayer : function (opts, done) {
var ops = [],
options = opts,
options = opts.upload_status,
file_id = opts.options.file_id,
sql = opts.options.sql,
cartocss = opts.options.cartocss,
Expand Down

0 comments on commit 599f3fb

Please sign in to comment.