v0.6.0
- Changed quadtree.add to create and return the new point.
- Leaf nodes are now points directly, rather than objects with a point property.
- Points are once again represented as {x: x, y: y} instead of [x, y].
- The constructor no longer takes an optional extent; use quadtree.extent or quadtree.cover.