private resetBatching()

in src/app/map/map.component.ts [171:174]


  private resetBatching() {
    this._numChanges = 0;
    this._batchSize = DEFAULT_BATCH_SIZE;
  }