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

This commit is contained in:
AJ ONeal 2016-07-27 20:47:25 -04:00
commit a60945a4b9
1 changed files with 0 additions and 1 deletions

View File

@ -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;