Hi Luke,
If your plugin provides processing algorithms, you can take a look at
https://github.com/3liz/py-qgis-wps to publish your algorithms in a Web
Processing Service or OGC API Processes.
Then you can use Lizmap as the web user interface or you can develop
your own web interface.
René-Lu
Hi devs,
It seems it is not possible to define string, number, boolean or variant
output for modeler algorithm.
For example, if you add Delete duplicate geometries
`native:deleteduplicategeometries` algorithm in a model, you will not be
able to define the name for the outputs Count of retain
Hi devs,
I have found an issue and proposed fix
https://github.com/qgis/QGIS/pull/57150 that has been merged and backported.
It will be possible to chain algorithm on Point and Geometry.
René-Luc
Le 05/04/2024 à 18:52, René-Luc Dhont a écrit :
Hi devs,
I'm trying to build algorithms with ge
Hi devs,
I'm trying to build algorithms with geometry ouput.
It seems that QgsProcessingOutputVariant has been build for it.
But if I use my algorithms in a model with QGIS 3.34 :
* I can't provide a name to QgsProcessingOutputVariant to become model
algorithm ouput
* I can't use QgsProcessingO
gml";
schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"; />
minOccurs="0" maxOccurs="unbounded"/>
Hi Walter,
You have to check the result of DescribeFeatureType WFS Request.
This request has to provide the XSD to validate the GML.
Regards,
René-Luc
Le 31/05/2023 à 14:59, Walter Lorenzetti via QGIS-Developer a écrit :
Hi,
when I try to add a WFS service layer to a GeoServer instance I get
Hi Alessandro,
It is implemented in Py-QGIS-WPS https://github.com/3liz/py-qgis-wps
Regards,
Le 12/05/2023 à 11:44, Alessandro Pasotti via QGIS-Developer a écrit :
Hi,
Is anybody working or planning to work on an implementation of OGC API
- Processes [1] for QGIS Server?
[1]https://ogcapi.og
Hi Rémi,
During the provider creation, a lot of SQL requests are made to check a
lot of thing even if the use estimated metadata is checked :
* Fields list
* geometry type
* primary key
* extent
* capabilities (read, insert, update, delete)
You can take a look at these PRs to have an idea on a
Hi QGIS Server devs,
We, David and I, are working on enhancing the way QGIS Server is
building the WMS GetCapabilities document. [1]
And I have some questions about the QGIS Server WMS Advertised extent
and the layers / groups bounding box in GetCapabilities.
For exemple in the tests/testda