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

Le getcap du TMS est enregistré au mauvais endroit ? #454

Open
IGNF-Xavier opened this issue Jun 28, 2024 · 2 comments
Open

Le getcap du TMS est enregistré au mauvais endroit ? #454

IGNF-Xavier opened this issue Jun 28, 2024 · 2 comments
Labels
question Le ticket a besoin d'être complété pour que sont traitement puisse avancer

Comments

@IGNF-Xavier
Copy link

J'ai un TMS dans ma fiche donnée :

Image

Dans le catalogue, j'ai mon TMS en lien et pas en API :

Image

Pourtant l'accès à la ressource est bon dans l'onglet métadonnée

Image

Problème datahub?

@IGNF-Xavier IGNF-Xavier added the question Le ticket a besoin d'être complété pour que sont traitement puisse avancer label Jun 28, 2024
@IGNF-Xavier IGNF-Xavier added this to the MVP-0.1_June2024 milestone Jun 28, 2024
@ocruze
Copy link
Member

ocruze commented Jun 28, 2024

Voici la partie du xml en question. Toutes les URL sont déclarées de la même manière. @cdebarros peut-être le datahub attend quelque chose en particulier ?

<gmd:distributionInfo>
		<gmd:MD_Distribution>
			<gmd:transferOptions>
				<gmd:MD_DigitalTransferOptions>
					<gmd:onLine type="offering" offeringId="6a901be6-5879-4395-bd4e-72e531b3782f">
						<gmd:CI_OnlineResource>
							<gmd:linkage>
								<gmd:URL>https://data.geopf.fr/tms/</gmd:URL>
							</gmd:linkage>
							<gmd:protocol>
								<gco:CharacterString>OGC:TMS</gco:CharacterString>
							</gmd:protocol>
							<gmd:name>
								<gco:CharacterString>bruit_multi_gpkg_27-06-2024_tms2</gco:CharacterString>
							</gmd:name>
						</gmd:CI_OnlineResource>
					</gmd:onLine>
					<gmd:onLine type="offering" offeringId="4cc89dba-1b5c-4222-8814-f625cd216e7b">
						<gmd:CI_OnlineResource>
							<gmd:linkage>
								<gmd:URL>https://data.geopf.fr/wms-v</gmd:URL>
							</gmd:linkage>
							<gmd:protocol>
								<gco:CharacterString>OGC:WMS</gco:CharacterString>
							</gmd:protocol>
							<gmd:name>
								<gco:CharacterString>bruit_multi_gpkg_28-06-2024_wmsv</gco:CharacterString>
							</gmd:name>
						</gmd:CI_OnlineResource>
					</gmd:onLine>
					<gmd:onLine type="offering" offeringId="fbdaa89e-bf7e-4f7e-b5f2-a1dda1d4e444">
						<gmd:CI_OnlineResource>
							<gmd:linkage>
								<gmd:URL>https://data.geopf.fr/wfs</gmd:URL>
							</gmd:linkage>
							<gmd:protocol>
								<gco:CharacterString>OGC:WFS</gco:CharacterString>
							</gmd:protocol>
							<gmd:name>
								<gco:CharacterString>bruit_multi_gpkg_27-06-2024_wfs:bruit_multi</gco:CharacterString>
							</gmd:name>
						</gmd:CI_OnlineResource>
					</gmd:onLine>
				</gmd:MD_DigitalTransferOptions>
			</gmd:transferOptions>
		</gmd:MD_Distribution>
	</gmd:distributionInfo>

@IGNF-Xavier
Copy link
Author

J'ai ouvert un ticket du côté de geonetwork-ui :

/geonetwork/geonetwork-ui/issues/922

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Le ticket a besoin d'être complété pour que sont traitement puisse avancer
Projects
None yet
Development

No branches or pull requests

3 participants