set rows()

in src/app/map/map.component.ts [91:96]


  set rows(rows: object[]) {
    this._rows = rows;
    this.resetBatching();
    this.updateFeatures();
    this.updateStyles();
  }