-
Notifications
You must be signed in to change notification settings - Fork 14
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
WMS resource doesn't work #2
Comments
Have you tried the resource URL in your browser? |
Plugin shows Online Resource URL (without |
The plugin shows the URL that was obtained from the CKAN Server. |
It is clear that plugin shows the URL from the CKAN Server. But in this case (WMS, WFS services) resource URL is not direct URL to data but it only base part of this URL, the rest part (GET-parameters or POST payload) have to be defined by client application. I guess that in case of OWS services plugin should use already existed connections or open dialog window to create them. |
Yes, that's exactly what the plugin does:
How about you post the CKAN URL (does |
CKAN URL: http://78.46.100.76/opendata |
The OWS endpoints and their parameters are a source of great confusion. Some catalogs indeed list only the base URL while others include e.g. @drnextgis Your WMSs are offered without parameters. Accessing e.g. http://78.46.100.76/opendata_ngw/api/resource/507/wms gives a 400, indeed. @BergWerkGIS I might be wrong (or reading the wrong file) but it seems that you are looking for |
@ndkv yes, looking for the capabilities URL
@drnextgis that's the URL of the web page, you need the URL of the API. The API URL is: http://78.46.100.76/opendata/api/3/ With that it works as expected: To work with this plugin CKAN instance would have to return: http://78.46.100.76/opendata_ngw/api/resource/567/wms?service=WMS&request=GetCapabilities |
Thanks for quick response. But I think it is not common way to identify WMS resource using |
I tend to disagree. Other way round, why not: Nevertheless I've created an issue to further investigate: #7 |
400 Bad Request
The text was updated successfully, but these errors were encountered: