[QGIS-Developer] Is it allowed to sell data in a QGIS plugin?

2024-06-11 Thread Christopher Frank via QGIS-Developer
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

Re: [QGIS-Developer] Is it allowed to sell data in a QGIS plugin?

2024-06-11 Thread Alessandro Pasotti via QGIS-Developer
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

Re: [QGIS-Developer] Signal emitted after feature rotated

2024-06-11 Thread Jacky Volpes via QGIS-Developer
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

Re: [QGIS-Developer] Signal emitted after feature rotated

2024-06-11 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
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