-
Notifications
You must be signed in to change notification settings - Fork 32
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
URL de services dans métadonnées #919
Comments
I could reproduce this, thanks; this is because we're using the provided URL straight away here: geonetwork-ui/libs/feature/map/src/lib/map-context/map-context.service.ts Lines 124 to 139 in fe59f17
instead we should ask ogc-client to generate a url to use for the layer. |
Hello, But in the section API, the user can only copy https://data.geopf.fr/wms-v and not the getcapabilities when he use the api card I don't know what to do. Is it really a bug and i keep https://data.geopf.fr/wms-v in the metadata or not? |
It is most likely a bug, yes; it can either be fixed or worked around |
Describe the bug
When a user indicates the Services' URL in the medata, he can write :
In the second case, the datahub gives an URL with multiple parameters, for exemple :
https://data.geopf.fr/wms-v?SERVICE=WMS&SERVICE=WMS&VERSION=1.3.0&VERSION=1.3.0&request=GetCapabilities&REQUEST=GetMap&FORMAT=image/png&STYLES=&TRANSPARENT=true&LAYERS=OCSGE_DI_031_2022&TILED=true&WIDTH=256&HEIGHT=256&CRS=EPSG:3857&BBOX=157766.02638060227,5395231.204480881,158071.77449374297,5395536.952594021
Can the datahub avoid this problem?
The text was updated successfully, but these errors were encountered: