qgis / qwc2-demo-app

QWC2 demo application
Other
240 stars 154 forks source link

Create a QGIS plugin for managing and deploying QWC2 configurations #3

Open andreasneumann opened 7 years ago

andreasneumann commented 7 years ago

The idea is to create a QGIS plugin that:

  1. can edit configuration files
  2. can deploy to a test or production system

It should be able to edit at least:

Maybe more files later.

d3netxer commented 6 years ago

does anybody have a good guide on how to start using QGIS, QGIS Server, and QWC2?

There are good presentations online on the great features and capabilities of these components but I have a hard time finding guides on how to use them in practice.

screenshot from 2017-12-28 10-28-54

I would be willing to help with documentation.

So to recap I am interested in getting from QGIS desktop and creating a QGIS project, then taking that project and uploading to QGIS server. Then QGIS server would be able to display the project using QWC2 on the Internet.

tudorbarascu commented 6 years ago

For QGIS Desktop + Server part should be enough:

For the QWC2 part you need to edit the configuration files manually, but as you already have some examples that shouldn't be too hard to follow. That being said, your request should have been a new issue. Good luck.

d3netxer commented 6 years ago

Ok fair enough @tudorbarascu I created a new issue #70

I will take a look at your links now!

FlavBd commented 4 years ago

Hello,

like we explain in the mailing list we are working on a QGIS plugin to add new project directly from QGIS desktop to a qwc2 application. I proposed something in this repo.

Everything is explain in the README but the idea is to create a new micro-service build with a qwc2 app. The user will download the plugin and add it in QGIS to publish easily a new project.

We are now working on authentication part to create new themes.json

Feel free to add comments or/and suggest changes.

pka commented 4 years ago

Great news, @FlavBd! I will have a look at it (probably after my holidays). cc @HusseinKabbout

FlavBd commented 3 years ago

Hello !

I come back to you because we have developed a microservice for our plugin which is available on this GitHub repository. In the readme you have a link to a video which show you how it works.

What do you think about it ? Do you think it can be added to the microservices repo ?

pka commented 3 years ago

Watched the video, looks nice :+1:!

We're generally open in adding more repos to the qwc-services organization. We have repos with different prefixes, which categorize them into officially supported services (qwc_*), custom services (sogis_*) and others. The QGIS plugin would be in a new category. @HusseinKabbout has written a similar plugin, but we've never advertized it, because we're still not sure, which way of publishing and configuring the majority of QWC2 users prefer.

I have an other proposal for showcasing your plugin: an "awesome QWC" list with links and short descriptions of available microservices and tools like yours. What do you think?

ar-siddiqui commented 3 years ago

Hello,

like we explain in the mailing list we are working on a QGIS plugin to add new project directly from QGIS desktop to a qwc2 application. I proposed something in this repo.

Everything is explain in the README but the idea is to create a new micro-service build with a qwc2 app. The user will download the plugin and add it in QGIS to publish easily a new project.

We are now working on authentication part to create new themes.json

Feel free to add comments or/and suggest changes.

Has this plugin been published? And is it something similar to QGIS Cloud? because in your video the interface looks almost the same as QGIS Cloud Webmaps.