mapbox / node-s2

bindings for s2 in node
88 stars 38 forks source link

deloop looks fishy #46

Closed tmcw closed 10 years ago

tmcw commented 10 years ago

indexing & comparison look wrong here https://github.com/mapbox/node-s2/blob/master/index.js#L75 - either this check is always false or always true, or only compares longitude

morganherlocker commented 10 years ago

only comparing longitude. I'll add a check for lat as well in the case of vertical edges.