I have successfully set up a qgis server and can access the default world map when I go to the corresponding url.
I also set up qwc2 using the qwc2-demo-app and I can access the default map from myapp.com/qwc
I would like to display the map that the qgis server is serving from the qwc2 web client. I have tried to change the url parameter of the themes.json to the url of the qgis server url but it is still displaying the default map published with the qwc2 demo app.
What I am missing, how do I make this web client app serve the qgis server map?
I have successfully set up a
qgis
server and can access the default world map when I go to the corresponding url. I also set upqwc2
using theqwc2-demo-app
and I can access the default map frommyapp.com/qwc
I would like to display the map that the qgis server is serving from the
qwc2
web client. I have tried to change theurl
parameter of thethemes.json
to the url of the qgis server url but it is still displaying the default map published with the qwc2 demo app.What I am missing, how do I make this web client app serve the qgis server map?
Thank you.