Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding OGC API Feat. to external link for 19115-3 #256

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,38 @@
}
}
},
{
"group": "onlineDownload",
"label": "onlineDownloadOGCFeatures",
"copyLabel": "desc",
"icon": "fa gn-icon-onlinesrc",
"sources": {
"metadataStore": {
"label": "searchAservice",
"params": {
"serviceType": ["OGC API - Features"]
}
}
},
"process": "onlinesrc-add",
"fields": {
"url": {
"isMultilingual": false
},
"protocol": {
"value": "OGC API - Features",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have thought again about this value here; I think it would at least be better to align with the "official" values that should land in GeoNetwork soon, see geonetwork/core-geonetwork#7468

The value should then be OGC API Features instead of OGC API - Features. Otherwise records in geOrchestra might not be correctly understood once the PR above is merged.

Sorry for not picking that up earlier 😕

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jahow !
We'll take care of updating this locally.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"hidden": true,
"isMultilingual": false
},
"name": {},
"desc": {},
"function": {
"value": "download",
"hidden": true,
"isMultilingual": false
}
}
},
{
"group": "localNetwork",
"label": "localNetworkVectorFile",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5080,6 +5080,7 @@ la non-évaluation</b>, dans le cadre de métadonnées INSPIRE]]></help>
<help>Protocole de connexion utilisé, par exemple FTP.</help>
<condition />
<helper sort="true">
<option value="OGC API - Features">OGC API - Features</option>
<option value="OGC:CSW">OGC-CSW Catalogue Service for the Web</option>
<option value="OGC:KML">OGC-KML Keyhole Markup Language</option>
<option value="OGC:GML">OGC-GML Geography Markup Language</option>
Expand Down Expand Up @@ -12137,6 +12138,7 @@ la non-évaluation</b>, dans le cadre de métadonnées INSPIRE]]></help>
<help>Protocole de connexion utilisé, par exemple FTP.</help>
<condition />
<helper>
<option value="OGC API - Features">OGC API - Features</option>
<option value="OGC:CSW">OGC-CSW Catalogue Service for the Web</option>
<option value="OGC:KML">OGC-KML Keyhole Markup Language</option>
<option value="OGC:GML">OGC-GML Geography Markup Language</option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23601,6 +23601,7 @@ la non-évaluation</b>, dans le cadre de métadonnées INSPIRE]]></help>
<help>Protocole de connexion utilisé, par exemple FTP.</help>
<condition />
<helper sort="true">
<option value="OGC API - Features">OGC API - Features</option>
<option value="OGC:CSW">OGC-CSW Catalogue Service for the Web</option>
<option value="OGC:KML">OGC-KML Keyhole Markup Language</option>
<option value="OGC:GML">OGC-GML Geography Markup Language</option>
Expand Down Expand Up @@ -30658,6 +30659,7 @@ la non-évaluation</b>, dans le cadre de métadonnées INSPIRE]]></help>
<help>Protocole de connexion utilisé, par exemple FTP.</help>
<condition />
<helper>
<option value="OGC API - Features">OGC API - Features</option>
<option value="OGC:CSW">OGC-CSW Catalogue Service for the Web</option>
<option value="OGC:KML">OGC-KML Keyhole Markup Language</option>
<option value="OGC:GML">OGC-GML Geography Markup Language</option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23601,6 +23601,7 @@ la non-évaluation</b>, dans le cadre de métadonnées INSPIRE]]></help>
<help>Protocole de connexion utilisé, par exemple FTP.</help>
<condition />
<helper sort="true">
<option value="OGC API - Features">OGC API - Features</option>
<option value="OGC:CSW">OGC-CSW Catalogue Service for the Web</option>
<option value="OGC:KML">OGC-KML Keyhole Markup Language</option>
<option value="OGC:GML">OGC-GML Geography Markup Language</option>
Expand Down Expand Up @@ -30658,6 +30659,7 @@ la non-évaluation</b>, dans le cadre de métadonnées INSPIRE]]></help>
<help>Protocole de connexion utilisé, par exemple FTP.</help>
<condition />
<helper>
<option value="OGC API - Features">OGC API - Features</option>
<option value="OGC:CSW">OGC-CSW Catalogue Service for the Web</option>
<option value="OGC:KML">OGC-KML Keyhole Markup Language</option>
<option value="OGC:GML">OGC-GML Geography Markup Language</option>
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/ca-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Servei de descàrrega INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Servei de descàrrega WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Utilitza el recurs",
"onlineUseFcats": "Model de dades del recurs",
"onlineUseFcats-help": "El model de dades (o catàleg d'objectes geogràfics) podria descriure's directament al registre de metadades utilitzant la pestanya de contingut, o bé creant un enllaç a un document (per exemple un pdf) des d'aquí.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/cs-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Stáhnout službu INSPIRE",
"onlineDownloadINSPIREATOM": "Stáhnout z kanálu ATOM",
"onlineDownloadWCS": "Stáhnout službu WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Použít zdroj",
"onlineUseFcats": "Model datových zdrojů",
"onlineUseFcats-help": "Datový model (nebo katalog funkcí) lze přímo popsat v záznamu o metadatech pomocí karty obsahu nebo vytvořit odkaz na dokument (např. Pdf).",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/de-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "INSPIRE Download-Dienst",
"onlineDownloadINSPIREATOM": "Download aus ATOM-Feed",
"onlineDownloadWCS": "Lade WCS-Dienst herunter",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Verwende die Ressource",
"onlineUseFcats": "Datenmodell der Ressource",
"onlineUseFcats-help": "Datenmodell (oder Objektkatalog) kann direkt im Metadatensatz im Tab Inhalt beschrieben werden oder hier durch die Verlinkung mit einem Dokument (z.B. PDF). ",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/en-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Download service INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Download service WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Use the resource",
"onlineUseFcats": "Resource data model",
"onlineUseFcats-help": "Data model (or feature catalog) could be described directly in the metadata record using the content tab or by creating a link to a document (eg. pdf) from here.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/es-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Servicio de descarga INSPIRE",
"onlineDownloadINSPIREATOM": "Descargar desde el feed de ATOM",
"onlineDownloadWCS": "Servicio de descarga WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Utilizar el recurso",
"onlineUseFcats": "Modelo de datos del recurso",
"onlineUseFcats-help": "El modelo de datos (o catálogo de features) podría describirse directamente en el registro de metadatos utilizando la pestaña de contenido, o bien creando un enlace a un documento (por ejemplo un pdf) desde aquí.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/fi-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "INSPIRE-latauspalvelu",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "WCS-latauspalvelu",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Käytä resurssia",
"onlineUseFcats": "Resurssin tietomalli",
"onlineUseFcats-help": "Tietomalli (tai kohdeluettelo) voidaan kuvailla metatietodokumentin sisältö-osiota ta luomalla tässä linkki dokumenttiin (esim. pdf)",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/fr-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Service de téléchargement INSPIRE",
"onlineDownloadINSPIREATOM": "Télécharger depuis un flux ATOM",
"onlineDownloadWCS": "Service de téléchargement WCS",
"onlineDownloadOGCAPIFeatures": "Service OGC API Features",
"onlineUse": "Utiliser la ressource",
"onlineUseFcats": "Modèle de données",
"onlineUseFcats-help": "Le modèle de donnée (ou catalogue d'attributs) peut être décrit directement dans la fiche dans l'onglet 'contenu' ou bien en associant ici un document (eg. pdf).",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/is-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Hlaða niður þjónustu INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Hlaða niður þjónustu WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Nota gögnin",
"onlineUseFcats": "Gagnamódel tilfanga",
"onlineUseFcats-help": "Gagnamódeli (eða fitjuskrá) gæti verið lýst beint í lýsigagnafærslunni með því að nota flipann með innihaldinu eða með því að búa til tengil héðan á skjalið (t.d. pdf).",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/it-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Servizio di download INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Servizio di download WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Usa la risorsa",
"onlineUseFcats": "Modello di dati della risorsa",
"onlineUseFcats-help": "Il modello di dati (o catalogo delle entità) può essere descritto direttamente nel record dei metadati utilizzando la scheda contenuto o creando un collegamento a un documento (ad esempio pdf) da qui.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/ko-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "INSPIRE 서비스 다운로드",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "WCS 서비스 다운로드",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "자원 사용",
"onlineUseFcats": "자원 데이터 모델",
"onlineUseFcats-help": "데이터 모델(또는 피처 카탈로그)은 컨텐츠 탭을 사용하거나 여기에 문서(예. pdf) 연결을 생성하여 메타데이터 레코드에서 직접적으로 표현할수 있습니다. ",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/nl-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Download Service INSPIRE",
"onlineDownloadINSPIREATOM": "Download uit ATOM feed",
"onlineDownloadWCS": "Download Service WCS (Web Coverage Service)",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Gebruik de bron",
"onlineUseFcats": "Data model van de bron",
"onlineUseFcats-help": "Data model (feature catalog) kan direct in de metadata beschreven worden in het \"inhoud\" tabblad of in een apart document (bv pdf) dat gekoppeld wordt",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/pt-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Download de serviço INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Download de serviço WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Use o recurso",
"onlineUseFcats": "Recurso Modelo de Dados",
"onlineUseFcats-help": "Modelo de dados (ou catálogo de feições) pode ser descrito diretamente no registo de metadados usando a guia conteúdo ou através da criação de um link para um documento (ex. pdf) a partir daqui.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/ru-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Download service INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Download service WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Use the resource",
"onlineUseFcats": "Resource data model",
"onlineUseFcats-help": "Data model (or feature catalog) could be described directly in the metadata record using the content tab or by creating a link to a document (eg. pdf) from here.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/sk-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Stiahni službu INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "Stiahni službu WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Použi zdroj",
"onlineUseFcats": "Zdrojový údajový model",
"onlineUseFcats-help": "Údajový model (alebo katalóg objektov) môže byť popísaný priamo v metaúdajovom zázname použitím obsahovej záložky alebo vytvorením linku v dokumente (napr. pdf).",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/sv-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "Download service INSPIRE",
"onlineDownloadINSPIREATOM": "Ladda ned från ATOM-flöde",
"onlineDownloadWCS": "Download service WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "Use the resource",
"onlineUseFcats": "Resource data model",
"onlineUseFcats-help": "Datamodellen (eller funktionskatalogen) kan beskrivas direkt i metadataposten med hjälp av innehållsfliken eller genom att skapa en länk till ett dokument (t.ex. pdf) härifrån.",
Expand Down
1 change: 1 addition & 0 deletions web-ui/src/main/resources/catalog/locales/zh-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"onlineDownloadINSPIRE": "下载服务INSPIRE",
"onlineDownloadINSPIREATOM": "Download from ATOM feed",
"onlineDownloadWCS": "下载服务WCS",
"onlineDownloadOGCAPIFeatures": "OGC API Features Service",
"onlineUse": "使用资源",
"onlineUseFcats": "资源数据模型",
"onlineUseFcats-help": "数据模型(或要素目录)可以使用内容选项卡直接在元数据记录中描述,也可以从此处创建一个文档链接(例如pdf)。",
Expand Down
Loading