getAdjacentEdges() {
    return this.spatialQuery(board => {
      return {
        collection: board.edges,
        radius: board.hexInfo.apothem * 1.1,