Skip to content

v0.6.0

Compare
Choose a tag to compare
@mbostock mbostock released this 20 Apr 00:05
  • 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.