From 35711ce4ea576a915f7bfd905150944bce05d54a Mon Sep 17 00:00:00 2001
From: Baptiste Toulemonde <toulemonde@cines.fr>
Date: Thu, 9 Sep 2021 14:36:26 +0200
Subject: [PATCH] dcat

---
 src/app/mapping/mapping.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/mapping/mapping.component.ts b/src/app/mapping/mapping.component.ts
index 29442a171..1b2f279a4 100644
--- a/src/app/mapping/mapping.component.ts
+++ b/src/app/mapping/mapping.component.ts
@@ -45,7 +45,7 @@ export class MappingComponent implements OnInit {
   constructor(private dataSetService: DatasetCrudService, private dialog: MatDialog, private route: Router, private fileSaverService: FileSaverService) { }
 
   ngOnInit() {
-    this.dataSetService.getLocally('./assets/geodcat.json').subscribe(
+    this.dataSetService.getLocally('./assets/dcat.json').subscribe(
       dataset => {
         this.dcatVocabulary = dataset;
         this.vocabularies = dataset;
-- 
GitLab