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

Incompatibility between GeoNetwork 3.10 / RNDT: OGC functions #15

Open
pdorio opened this issue Nov 4, 2021 · 0 comments
Open

Incompatibility between GeoNetwork 3.10 / RNDT: OGC functions #15

pdorio opened this issue Nov 4, 2021 · 0 comments

Comments

@pdorio
Copy link

pdorio commented Nov 4, 2021

When compiling OGC WMS, WFS, WCS type online resources in a dataset, the protocol is written in the gmx:anchor tag:

<gmd:protocol>
  <gmx:Anchor xlink:href="http://www.opengis.net/def/serviceType/ogc/wms">Web Map Service (WMS)</gmx:Anchor>
</gmd:protocol>

In the view mode, the resource is marked with a "?", in practice the protocol is not recognised, consequently the datasets are not usable on the map.

2021-11-04_14h58_14

If compiling a dataset with the standard INSPIRE view instead, the protocols are written in the gco:CharacterString tag.

<gmd:protocol>
   <gco:CharacterString>OGC:WMS</gco:CharacterString>
</gmd:protocol>

2021-11-04_15h06_52

The request is that GeoNetwork 3.10 recognises OGC protocols placed in the tag gmx:Anchor

@pdorio pdorio changed the title Incompatibility between GeoNetwork 3.10 / RNDT OGC functions Incompatibility between GeoNetwork 3.10 / RNDT: OGC functions Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant