diff --git a/src/app/components/shared/file-name/file-name.component.html b/src/app/components/shared/file-name/file-name.component.html index 1de518b32..3e079148c 100644 --- a/src/app/components/shared/file-name/file-name.component.html +++ b/src/app/components/shared/file-name/file-name.component.html @@ -4,7 +4,7 @@ - + {{ name | truncate : sceneNameLen }} diff --git a/src/app/components/shared/selectors/other-selector/other-selector.component.html b/src/app/components/shared/selectors/other-selector/other-selector.component.html index a7bf55ff1..4fc54fb71 100644 --- a/src/app/components/shared/selectors/other-selector/other-selector.component.html +++ b/src/app/components/shared/selectors/other-selector/other-selector.component.html @@ -5,7 +5,7 @@ *ngIf="dataset.id !== 'SENTINEL-1 BURSTS'"> - + - + Array.from(new Set(types)) .join(',') ), - withLatestFrom(this.store$.select(filterStore.getSelectedDatasetId)), + withLatestFrom(this.store$.select(filterStore.getSelectedDataset)), map(([beamModes, dataset]) => - dataset === models.sentinel_1_bursts.id ? + dataset.properties.includes(models.Props.USE_BEAM_MODE)? ({ beamMode: beamModes }) : ({ beamSwath: beamModes })) ); diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 0336e445d..ba843a975 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -738,6 +738,7 @@ "SENTINEL_1_INTERFEROGRAM_BETA_DESC": "Level 2 standardized Sentinel-1 Interferogram products generated by JPL’s Advanced Rapid Imaging and Analysis (ARIA) project.", "SENTINEL_DESC": "Sentinel-1 includes twin satellites that each carry C-band synthetic aperture radar (SAR), together providing all-weather, day-and-night imagery of Earth’s surface.", "SEP_OCT_NOV": "Sep, Oct, Nov", + "SERIES": "Series", "SET": "Set", "SET_AS_BASELINE": "Set as Baseline", "SET_AS_BOTH": "Set as both", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index e6166df07..767656739 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -738,6 +738,7 @@ "SENTINEL_1_INTERFEROGRAM_BETA_DESC": "El nivel 2 son productos de interferograma Sentinel-1 estandarizados y generados por el proyecto Advanced Rapid Imaging and Analysis (ARIA) del JPL.", "SENTINEL_DESC": "Sentinel-1 incluye satélites gemelos, cada uno de los cuales lleva un radar de apertura sintética (SAR) de banda C, juntos brindan imágenes de la superficie de la Tierra para todo clima, día y noche.", "SEP_OCT_NOV": "Sep, Oct, Nov", + "SERIES": "Serie", "SET": "Colocar", "SET_AS_BASELINE": "Fijar Línea base", "SET_AS_BOTH": "Establecer como ambos",