You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thank you for this working docker version of the QGis Server.
Everything went fine with the deployment but for some reason I am unable to get the capabilities of the server, which has a lot of downstream consequences.
The error I get when I do http://g11.qtpl.net:8380/?SERVICE=WMS&REQUEST=GetCapabilities (I only use the server within my local network, so I am sure no firewall is the culprit) is:
<ServerException>
Project file error. For OWS services: please provide a SERVICE and a MAP parameter pointing to a valid QGIS project file
</ServerException>
Which does not really make sense as I am checking the capabilities of the server here.
Please help.
Stephen
The text was updated successfully, but these errors were encountered:
Sorry above description is not enough for your question.
In my case http://localhost:8380/?SERVICE=WMS&REQUEST=GetCapabilities is also unavailable.
First you can access to http://localhost:8300 and projects will be shown.
GetCapabilities URL of my project is http://localhost/project/e35a7832bd9de050f9da2e2c29af6620/?SERVICE=WMS&REQUEST=GetCapabilities. Unique-Id may be assigned automatically.
Hi @Kanahiro , thanks for your quick response!
Obviously we are in limbo with differing versions of QGis Server and the docker stack -- as it seems, the documentation of QGis is ahead of the real procuduct capabilities an that is not the responsibility of camptocamp, obviously, but of QGis...
In the API documentation for QGis server v2.24 (which is the one published in camptocamp's docker image), they mention: QGIS_SERVER_WMS_SERVICE_URL which is probably what we need here.
Instead, we are dealing with silly shortcuts and have to define a single default project (using QGIS_PROJECT_FILE) when we should be able to define the ProjectCapabilities otherwise.
(As you might understand, I am very upset with the way QGis deal with the documentation)...
Hi and thank you for this working docker version of the QGis Server.
Everything went fine with the deployment but for some reason I am unable to get the capabilities of the server, which has a lot of downstream consequences.
The error I get when I do
http://g11.qtpl.net:8380/?SERVICE=WMS&REQUEST=GetCapabilities
(I only use the server within my local network, so I am sure no firewall is the culprit) is:Which does not really make sense as I am checking the capabilities of the server here.
Please help.
Stephen
The text was updated successfully, but these errors were encountered: