Another possibility:
https://docs.qgis.org/3.34/en/docs/server_manual/catalog.html
You will need co configure an env variable:
QGIS_SERVER_LANDING_PAGE_PROJECTS_PG_CONNECTIONS
all projects stored in the connections above will be listed in the catalog.
On Fri, Sep 6, 2024 at 4:26 PM Abel Gonzale
Hi Philip,
Is this what you are looking for?
https://github.com/qgis/QGIS/pull/53061
On Fri, May 17, 2024 at 3:50 AM Philip Ryan via QGIS-User <
qgis-user@lists.osgeo.org> wrote:
> Hello,
> I am trying to digitise a series of old gold lease "portion plans"
> produced in the 1880s in Australia
Why don't try OAPIF (aka WFS 3)? You get JSON directly.
Il lun 30 ott 2023, 15:13 Jakob Miksch via QGIS-User <
qgis-user@lists.osgeo.org> ha scritto:
> Dear QGIS Server people,
>
>
>
> I have a QGIS Server running. I would like to access the WFS Capabilities
> with JavaScript, more specifically I
Hi,
QGIS server actually accepts both requests:
else if ( QSTR_COMPARE( req, "GetLegendGraphic" ) || QSTR_COMPARE( req,
"GetLegendGraphics" ) )
On Mon, Oct 16, 2023 at 6:20 PM Jakob Miksch via QGIS-User <
qgis-user@lists.osgeo.org> wrote:
> Hi everyone!
>
>
>
> I have a QGIS Server running. Re
Hi,
no information about your data will be shared with anyone.
Here is the list of network calls that QGIS can make:
https://docs.qgis.org/testing/en/docs/user_manual/appendices/qgis_desktop_network_connections.html
As far as I know all of them can be disabled by configuration settings.
Kind r
On Mon, Jul 17, 2023 at 3:03 PM Jakob Miksch via QGIS-User <
qgis-user@lists.osgeo.org> wrote:
> Hello everyone,
>
>
>
> To my knowledge it is only possible to change a QGIS server project via
> the QGIS desktop GUI. However, I would like to dynamically add or remove
> layers in a QGIS server proj
Hi,
that variable is for OAPIF (AKA WFS3) only, it does not apply to plain old WFS.
There is a bug in the manual, I'll fix that.
It should read:
QGIS_SERVER_API_WFS3_MAX_LIMIT
Maximum value for limit in a OAPIF features request.
On Tue, Feb 14, 2023 at 12:11 PM Tommaso via QGIS-User
wrote:
Garth,
thank you for the valuable explanation.
I am wondering if we (the QGS community) should put this information
somewhere to make it easily findable. We are currently in the process
of redesigning the QGIS website (which includes links to the downloads
for various operating systems).
Jessica
No, there is no (easy) way to log the SQL in QGIS server.
You may try with a server plugin that uses the new debugging panel
query logger but I'm not sure if that will work (I didn't try).
Kind regards.
On Fri, Feb 3, 2023 at 5:38 PM Tommaso via QGIS-User
wrote:
>
> Hello,
> my WFS service - b
Please CC @elpaso when you file the bug, I'll assign it to me.
On Tue, Nov 8, 2022 at 8:36 PM Thayer Young wrote:
>
> Hi Dirk,
>
> I have not seen a bug report for this yet. Would you like me to issue one?
>
> I was able to reproduce that the provider for views of raster tables did work
> in 3.1
On Fri, Nov 4, 2022 at 12:18 PM wrote:
>
> Thanks to Thayer and Alesandro.
> I made a lot of tests today. Not all is working, but it's on a good way.
>
> I did not see the "Filter" option on the raster layer in QGIS 3.22 because I
> searched in the layer properties analog to where the filter is p
Right click on the raster in the legend and choose "Filter..."
On Thu, Nov 3, 2022 at 2:58 PM Thayer Young via Qgis-user
wrote:
>
> Hi Dirk,
>
> I have looked into this and found no easy solution. As you have noticed there
> is no "Provider Feature Filter" in the Source tab of the layer propert
Hi,
Johannes, can you please file a bug report?
On Tue, Oct 11, 2022 at 4:30 PM Johannes Echterhoff via Qgis-user
wrote:
>
> Hello,
>
>
>
> Today I tried the SQL logging in the debugging/development panel (a feature
> introduced through QEP
> https://github.com/qgis/QGIS-Enhancement-Proposals/
Yes, I know pip install is quite a barrier, I've been using this plugin for
years and never used the standard console again.
I guess this is more a personal project than a plugin for a wider audience.
I'm glad that you've found it useful.
Regards.
On Wed, Sep 28, 2022 at 8:59 AM Johannes Kröge
You may want to check this out (Works For Me (TM)):
https://plugins.qgis.org/plugins/IPyConsole/ autocompletion and other
IPython features works just fine.
On Tue, Sep 27, 2022 at 4:37 PM Johannes Kröger (WhereGroup) via Qgis-user <
qgis-user@lists.osgeo.org> wrote:
> > jedi autocompletion
>
>
On Fri, Sep 16, 2022 at 3:13 PM Inka Tauber via Qgis-user
wrote:
>
> Hello,
>
> QGIS Server GFI HTML response starts and ends with the HEAD tag. Some parts,
> that are necessary to form a complete HTML (DOCTYPE, HTML tag) are missing.
> This may be useful, if the receiving application already
Probably not the answer you are looking for but I strongly recommend
you to use Linux for development and deployment (a virtual machine
will work just fine): it will make your developer life much easier.
We (https://github.com/g3w-suite/g3w-admin) have a Django-based
application with QGIS API embe
On Wed, Sep 7, 2022 at 11:43 AM Michael Dufty via Qgis-user
wrote:
>
> It appears that there are two different native raster calculator tools in QGIS
>
> One is found in at the top of the raster menu
>
> The other is in the processing toolbox in the raster analysis group
>
Yeah, we know it's a me
Hi,
not out of the box, but you might be able to develop a Python server
plugin to implement custom authorization/authentication for the
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
Just guessing, maybe it doesn't like a table name that starts with a digit.
On Wed, Mar 16, 2022 at 9:20 AM Roland Spielhofer via Qgis-user <
qgis-user@lists.osgeo.org> wrote:
> Hi,
> I am trying to join two layers using the DB Manager.
> One layer is a shape file, one is a pure attribute table w
Hi,
you have several options: you can store the QGIS project on a remote
postgres DB and provided that the layer's data is also stored in a remote
accessible DB you should be ready to go.
If the data are stored on disk, you'll have to transfer them to the server
in order to have them accessible o
21 matches
Mail list logo