Skip to content
Snippets Groups Projects

Feature/mapping from iso19115

Merged Baptiste Toulemonde requested to merge feature/mapping_from_iso19115 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -114,6 +114,7 @@ export class PublishApiComponent implements OnInit {
this.openApi.info['x-catalog-id'] = catId;
this.catalogSelect.selected = catId;
this.onChangeRepository(catId);
this.type = this.getType(catId);
}
getTitleFromFdpApi(fdpApiResponse: FdpApiResponseItem[]): string {
@@ -267,6 +268,7 @@ export class PublishApiComponent implements OnInit {
this.openApi = this.openApiService.getFromString(reader.result as string);
this.openApi.cleanServers(servers[0].url);
this.openApi.info['x-catalog-id'] = catId;
this.type = this.getType(catId)
};
reader.readAsText(jsonFile);
Loading