Porting Google's S2 Geometry Library to Javascript
Go to file
AJ ONeal 61b3ea3f37 don't redefine L, don't undefine DEG_TO_RAD
Moved the consts to below function definition.
2016-07-25 22:50:45 -04:00
src don't redefine L, don't undefine DEG_TO_RAD 2016-07-25 22:50:45 -04:00
README.md readme update 2014-01-23 17:10:43 +00:00

README.md

s2-geometry-javascript

Porting Google's S2 Geometry Library to Javascript

Currently contains basic support for S2Cell

More details and examples to come later.