Adding a failing test case [here](https://github.com/mapbox/node-s2/commit/2877579d9477fcd9f3a16887ea6dc708ff74e0f2) [Given the LLRect](http://geojson.io/#id=gist:anonymous/1d4438400775e6fba5aa&map=13/37.8050/-122.4670)  and the options `{min:1, max:30, max_cells:1}` I get back **2** cells, both are much larger then the need to be to cover the area. level 0 and 4. In [s2map](http://s2map.com/#order=lnglat&mode=polygon&s2=true&s2_min_level=1&s2_max_level=30&s2_max_cells=1&s2_level_mod=1&points=-122.539,37.790,-122.395,37.820%0A) the same options result in 1 cell at level 8  cc: @tmcw
Adding a failing test case here
Given the LLRect

and the options
{min:1, max:30, max_cells:1}I get back 2 cells, both are much larger then the need to be to cover the area. level 0 and 4.
In s2map the same options result in 1 cell at level 8

cc: @tmcw