Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mick committed Dec 16, 2015
1 parent e4c493c commit f8a074b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,9 @@ function Cardboard(config) {

options = _.defaults(options, { limit: 100 });

// First find features indexed in children of this tile
// List all features with a filterquery for the bounds.
// This isnt meant to be fast, but it is meant to page by feature id.

var query = {
dataset: { EQ: dataset },
id: {BEGINS_WITH: 'id!'}
Expand Down

0 comments on commit f8a074b

Please sign in to comment.