Skip to content

Commit

Permalink
Merge pull request #418 from conveyal/dev
Browse files Browse the repository at this point in the history
Create a new release
  • Loading branch information
evansiroky authored Sep 28, 2017
2 parents fcaf821 + 92ca527 commit a93106c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/plan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ Plan.prototype.setAddress = function (name, locationData, callback) {
return callback(err)
} else {
location.coordinate(res)
changes[name] = locationData
changes[name + '_ll'] = res
changes[name + '_valid'] = true
plan.set(changes)
Expand Down

0 comments on commit a93106c

Please sign in to comment.