Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix feature pagination #152

Merged
merged 3 commits into from
Sep 19, 2015
Merged

Fix feature pagination #152

merged 3 commits into from
Sep 19, 2015

Conversation

willwhite
Copy link
Contributor

Fixes pagination of features in cardboard and the test that was failure to catch this problem.

/cc @rclark

@@ -331,7 +330,10 @@ var Cardboard = module.exports = function(config) {
}

pageOptions = pageOptions || {};
if (pageOptions.start) opts.start = pageOptions.start;
if (pageOptions.start) opts.start = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you roll this with mapbox/dyno#104 the wire-formatting here would go away, right? That would be nice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

willwhite added a commit that referenced this pull request Sep 19, 2015
@willwhite willwhite merged commit f697b53 into master Sep 19, 2015
@willwhite willwhite deleted the fix-paging branch September 19, 2015 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants