Re: [Qgis-user] QGIS attribute forms question

2023-12-05 Per discussione Aguilar Bolivar, Rosa (UT-ITC) via QGIS-User
Hi, If I understood correctly, You want to reuse a form given that a layer has more columns. If you are using QGIS GUI you can: Option A. Change the data source to the layer. The form will remain. Add/edit the new attributes Option B. Add the new layer and copy styles (form) --> paste the

Re: [Qgis-user] QGIS Server: Parsing WFS capabilites with JavaScript

2023-10-30 Per discussione Aguilar Bolivar, Rosa (UT-ITC) via QGIS-User
Hi, I have used a simple DOMParser const xmlParser = new DOMParser(); const xmlText = xmlParser.parseFromString(XmlCapText, 'text/xml'); Cheers, Rosa - Dr. Rosa Aguilar University of Twente Faculty of Geoinformation Science

Re: [Qgis-user] Qgis server : install on Linux Debian

2023-03-15 Per discussione Aguilar Bolivar, Rosa (UT-ITC) via QGIS-User
Hi, There is a helpful material at: https://github.com/elpaso/qgis3-server-vagrant, Also a docker container image at: https://github.com/elpaso/qgis-server-docker. Perhaps you could use this material as a starting point. Hope this helps. Best, Rosa

Re: [Qgis-user] QGIS Server install

2022-04-22 Per discussione Aguilar Bolivar, Rosa (UT-ITC) via Qgis-user
This a nice example, from Alessandro, one of the core devs of qgis server https://github.com/elpaso/qgis-server-docker Hth Rosa On Apr 22, 2022 3:24 PM, Nicolas Boisteault via Qgis-user wrote: Hi, I suggest you to try Docker with docker-composer. Here is an example :