Skip to content

Commit

Permalink
correction ignlandingpage
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Oct 16, 2024
1 parent 9b2b149 commit 9583a2d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class MetadataInfoComponent {
}

get updateFrequency(): string {
console.log(this.metadata)
if (this.metadata.updateFrequency instanceof Object) {
this.updatedTimes = this.metadata.updateFrequency.updatedTimes
return `domain.record.updateFrequency.${this.metadata.updateFrequency.per}`
Expand Down Expand Up @@ -100,7 +101,8 @@ export class MetadataInfoComponent {

get ignLandingPage() {
return new URL(
'https://data.geopf.fr/csw?REQUEST=GetRecordById&SERVICE=CSW&VERSION=2.0.2&OUTPUTSCHEMA=http://standards.iso.org/iso/19115/-3/mdb/2.0&elementSetName=full&ID=' +
this.metadata.landingPage.origin +
'/csw?REQUEST=GetRecordById&SERVICE=CSW&VERSION=2.0.2&OUTPUTSCHEMA=http://standards.iso.org/iso/19115/-3/mdb/2.0&elementSetName=full&ID=' +
this.metadata.uniqueIdentifier
)
}
Expand Down

0 comments on commit 9583a2d

Please sign in to comment.