KitWallace / Locate

Locate trees - part of ToB
0 stars 0 forks source link

locating a single tree fails #28

Closed KitWallace closed 2 years ago

KitWallace commented 2 years ago

gets the query confused - seems to retrieve the tree ok but its no displayed and the URL is messed up with the email address!

KitWallace commented 2 years ago

Two errors: json when a single tree is not an array of 1 , its just a tree so special case slice (start,end) is exclusive of end so need to do slice(0, count+1) to get count items