node-s2 icon indicating copy to clipboard operation
node-s2 copied to clipboard

bindings for s2 in node

Results 7 node-s2 issues
Sort by recently updated
recently updated
newest added

Tried in Docker via `docker run -it --rm node bash` and on MacOS #88. ``` npm ERR! node-pre-gyp info using [email protected] npm ERR! node-pre-gyp info using [email protected] | linux |...

Failed to install on macOS, using NodeJS (7.1.0) and npm (4.0.2) installed via Homebrew (upgraded npm after brew install). `node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack Error: Cannot find module...

I am trying to use this for a project, did a simple test like the following: const s2 = require('s2'); let ll = new s2.S2LatLng(0, 0); let cell = new...

This PR updates `node-pre-gyp` to the latest version. With the older version I was getting errors when installing `@mapbox/s2` locally and on Travis with the latest node.js. Updating it solved...

Hi, there are a "port to browser" version of this lib? A link to a CDN source?

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) ![screen shot 2014-09-11 at 4 29 25 pm](https://cloud.githubusercontent.com/assets/26278/4243358/8868417a-3a0b-11e4-95f6-3821eaa407dc.png) and the options `{min:1, max:30, max_cells:1}` I get back **2** cells, both are...

bug