Merge branch 'master' of github.com:coolaj86/s2-geometry-javascript

这个提交包含在:
AJ ONeal 2016-07-27 20:47:25 -04:00
当前提交 a60945a4b9

查看文件

@ -6,7 +6,6 @@ var s2latlng = new S2.S2LatLng(lat, lng);
var point;
var cellId = new S2.S2CellId(s2latlng).parent(15);
var cell;
//var cell = new S2.S2Cell(cellId.toLatLng());
var walk = [];
var next = cellId;