[Qgis-user] Export to PostgreSQL in Model Designer

2024-06-27 Thread Christoph Jung via QGIS-User
Hello everyone, I want expand a model to export the model output directly to a specific table in a postgresql database. The model builder offers input field for database, schema and table. These input fields are connected automatically. Now I want to use these user inputs for the algorithm Expo

Re: [Qgis-user] Compass Direction App

2024-07-23 Thread Christoph Jung via QGIS-User
Hi Krishna,You could create an action on the map canvas with some lines of python code to achieve your needed function. There is an official tutorial for actions: 5.4. Lesson: Actions — QGIS Documentation documentationdocs.qgis.orgBest regards,ChristophAm 22.07.2024 um 23:50 schrieb krishna Ayyala

Re: [Qgis-user] WMS/WMTS Problem [QGIS 3.16]

2022-08-24 Thread Christoph Jung via Qgis-user
Hi Samuel, Open the network/debug console (pressing F12) to geht the getCapabilities/getMap-Requests. Than copy a request that is not working in QGIS and try it in your web browser. If you get a response in your browser, there is a good chance that your proxy settings aren’t correct. Best reg

[Qgis-user] QGIS Server and Active Directory

2022-08-30 Thread Christoph Jung via Qgis-user
Hello everyone, Does anybody have experience with the authorisation of web services published by the QGIS Server, especially using AD users/groups? Is it possible to create services that are usable without further action for some authorised users and all other users cannot consume this services

Re: [Qgis-user] QGIS Server and Active Directory

2022-08-30 Thread Christoph Jung via Qgis-user
t; server. > > A few examples are available here: > https://github.com/elpaso/qgis3-server-vagrant/tree/master/resources/web/plugins > > see httpbasic for example. > > >> On Tue, Aug 30, 2022 at 11:39 AM Christoph Jung via Qgis-user >> wrote: >> >> Hello ev

Re: [Qgis-user] QGIS server : Serve Postgis data ?

2023-03-28 Thread Christoph Jung via QGIS-User
Hi, Did you stored the username and password for connecting the Postgres-DB in an authentication configuration? And did you provide an environment variable with the path to a file containing the master password within? If not, please have a look into the really good and complete documentation a

[Qgis-user] WMTS via QGIS Server

2023-04-24 Thread Christoph Jung via QGIS-User
Hello everyone, The documentation of QGIS Server is excellent, but unfortunately I did not found the information, where the QGIS Server stores the requested tiles of a published WMTS and how long the requested tiles will be not removed/updated or something else. Does anybody have experience wit

Re: [Qgis-user] WMTS via QGIS Server

2023-04-24 Thread Christoph Jung via QGIS-User
> policies regarding tile updating. > > Regards, > > Jorge Gustavo > >> On 24/04/23 09:53, Christoph Jung via QGIS-User wrote: >> Hello everyone, >> >> The documentation of QGIS Server is excellent, but unfortunately I did not >> found the infor

[Qgis-user] Attributes form with Color widget

2023-06-08 Thread Christoph Jung via QGIS-User
Hello everyone, A try to use a Color widget in an attributes form. I tried the widget with a text field containing colours as hex code. But changing the colour has no effect on the text value and changing the text value has no effect on the color. Does anybody know how to use the color widget?

[Qgis-user] Add context menu to map canvas

2023-08-01 Thread Christoph Jung via QGIS-User
Hello everyone, I try to add a new entry to the map canvas context menu using the following two documentations: https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/canvas.html#add-items-to-map-canvas-contextual-menu https://github.com/qgis/QGIS-Documentation/issues/5842 Adding a new me

Re: [Qgis-user] new Oracle table not visible in QGIS browser

2024-12-08 Thread Christoph Jung via QGIS-User
Try to Connect to the database using the data source manager. You have more options there regarding the connection. I am not familiar with the connections settings the browser is using. Am 09.12.2024 um 08:49 schrieb Huesmann, Michaela : Hi Christoph,   yes, it is he same user. Other tables

Re: [Qgis-user] new Oracle table not visible in QGIS browser

2024-12-08 Thread Christoph Jung via QGIS-User
Hi Michaela, Are you Connection to the oracle  db with the same user you created the table?Best regards,Christoph Am 09.12.2024 um 08:33 schrieb Huesmann, Michaela via QGIS-User : Hello,   I haven't received an answer yet. Does anyone have an idea which step I missed to find my Oracle tabl