- linting sytax corrections

This commit is contained in:
Arno Kaimbacher 2022-06-01 13:16:54 +02:00
parent 2a5c21806f
commit 304878c711
5 changed files with 23 additions and 8 deletions

View file

@ -71,7 +71,7 @@ export default class MapComponent extends Vue {
// this.onMapInitializedEvent.emit(this.mapId);
this.addBaseMap();
const newSubs = DatasetService.getOAI().subscribe(
const newSubs = DatasetService.getOaiDatasets().subscribe(
(res: Array<OaiDataset>) => {
this.tethys = res;
const bottomPane: HTMLElement = this.map.createPane("bottom");