This commit is contained in:
AJ ONeal 2016-07-27 08:04:16 -04:00 committed by GitHub
parent 5179a6b31d
commit 51d45cd809
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;