svg
          .append('svg:g')
          .selectAll('circle')
          .data(forest)
          .enter()