File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ export async function computeLivrablesGeoJSON() {
71
71
initiative : refProjet ,
72
72
dateActualite : projetDateActualite || null ,
73
73
calendrier : projetCalendrier || null ,
74
+ nom : livrable . nom || null ,
74
75
format : getFormat ( stockageMeta . result . raster . format ) ,
75
76
compression : stockageMeta . result . raster . compression ,
76
77
epsg : stockageMeta . result . raster . projection . code ,
@@ -81,6 +82,7 @@ export async function computeLivrablesGeoJSON() {
81
82
licence : livrable . licence || null ,
82
83
subventions : [ ...new Set ( projetSubventions ) ] ,
83
84
acteurs : [ ...new Set ( projetActeurs ) ] ,
85
+ diffusion : livrable . diffusion || null ,
84
86
diffusionUrl : livrable . diffusion_url || null ,
85
87
diffusionLayer : livrable . diffusion_layer || null
86
88
}
You can’t perform that action at this time.
0 commit comments