forked from geolba/tethys.frontend
- linting sytax corrections
This commit is contained in:
parent
2a5c21806f
commit
304878c711
5 changed files with 23 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue