set geoColumn()

in src/app/map/map.component.ts [99:103]


  set geoColumn(geoColumn: string) {
    this._geoColumn = geoColumn;
    this.updateFeatures();
    this.updateStyles();
  }