Created
August 2, 2016 18:20
-
-
Save easherma/a8ed9fa1ab60c3310820ed04733c89eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
factual.get('/t/places/facets', | |
{filters:{"category_ids":{"$includes_any":[2]}}, | |
select:"category_labels", min_count:1, | |
geo:{"$within":{"$rect":[[bbox[3] , bbox[0]],[bbox[1], bbox[2]]]}}}, | |
function (error, res) { | |
console.log(res.data); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment