Skip to content

Commit

Permalink
Merge pull request #26 from fredliporace/issue25
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
fredliporace authored May 19, 2019
2 parents cdd6875 + a44ec9d commit d5183b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sam/elasticsearch/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ def stac_search_endpoint_handler(event,
document = json.loads(event['body'])
document['bbox'] = [[document['bbox'][0], document['bbox'][1]],
[document['bbox'][2], document['bbox'][3]]]
document['limit'] = int(document.get('limit', '10'))
#print(document)

start, end = None, None
Expand Down

0 comments on commit d5183b8

Please sign in to comment.