if (zoom) {
          for (var s = -1; s < this.chunk.scale - nowChunk.scale; s++) {
            if (!this.chScale[nowChunk.scale + s]) {
              this.genChildren(getChunkByScale(nowChunk, s));
            }