qgis / qwc2-demo-app

QWC2 demo application
Other
243 stars 155 forks source link

How to configure `themes.json` for a production environment with running qgis server #377

Closed ndethi closed 2 years ago

ndethi commented 2 years ago

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?

Thank you.

ndethi commented 2 years ago

This post answers it https://gis.stackexchange.com/a/439189/210225