Hi,
We have developed a QGIS plugin that requires various geospatial data. Our company offers the relevant geospatial data in a packed way and charges a few euros for it.
We would like to implement in the plugin the whole order process, open source of course. The user will feel like shopi
On Tue, Jun 11, 2024 at 9:44 AM Christopher Frank via QGIS-Developer <
qgis-developer@lists.osgeo.org> wrote:
> Hi,
>
> We have developed a QGIS plugin that requires various geospatial data. Our
> company offers the relevant geospatial data in a packed way and charges a
> few euros for it.
>
> We
Hi Luke,
If you have the vector layer object (say vlayer), you can listen to the
vlayer.editBuffer().geometryChanged() signal for example.
But it highly depends on the context.
Regards,
Jacky Volpes
Ingénieur SIG - Oslandia
Le 11/06/2024 à 01:48, Catania, Luke A ERDC-RDE-GRL-VA CIV via
QG
Is there a difference in using:
vlayer.editBuffer().geometryChanged() vs vlayer.geometryChanged()
They both work.
From: Jacky Volpes
Sent: Tuesday, June 11, 2024 5:01 AM
To: Catania, Luke A ERDC-RDE-GRL-VA CIV ;
qgis-developer@lists.osgeo.org
Subject: Re: [QGIS-Developer] Signal emitted afte