Re: [QGIS-Developer] Paste geometry functionality

2023-11-29 Thread Tomas Straupis via QGIS-Developer
Hello Regarding different plugin proposals. I have checked nexta plugin and even submitted a fix to it which solved the problem only partially. From what I see it cannot be solved nicely via python because of different environment/setup reasons. I know this can be done in some way using differen

Re: [QGIS-Developer] Paste geometry functionality

2023-11-29 Thread Germán Carrillo via QGIS-Developer
Hi Tomas, Let's say we have a layer L (PostgreSQL/PostGIS) with features A, B > > and C with corresponding attribute values set. > Now some external party sends us a shapefile S with an updated > geometry G which we want to apply to feature B. > We want to: > 1. Select G in layer S and pre

Re: [QGIS-Developer] Unapproved Style in QGIS HUB

2023-11-29 Thread Antonio Locandro via QGIS-Developer
Thank you Tim, No intention on pointing fingers at all just was wondering who could I contact in case it took much longer. I think the updated workflow could reduce the amount of time required to review updates in theory On Nov 29, 2023, at 2:29 PM, Tim Sutton wrote:  Hi Antonio It's me! (

Re: [QGIS-Developer] Unapproved Style in QGIS HUB

2023-11-29 Thread Tim Sutton via QGIS-Developer
Hi Antonio It's me! (and a few others) that review. My apologies, there is a long standing issue that the notification of style updates go to spam and I can't 'untrain' the rules (despite trying many times). I think your proposal makes sense that authors can self approve after the initial review.

Re: [QGIS-Developer] Paste geometry functionality

2023-11-29 Thread Keith Jenkins via QGIS-Developer
> I am aware of a python plugin for that but it does not work for > large geometries as clipboard size limit is reached pretty fast on > windows. Hi, Tomas. I just tested the "Geometry Paster" plugin and also ran into this clipboard size limit. It looks like the code for the plugin tries to avoi

[QGIS-Developer] Unapproved Style in QGIS HUB

2023-11-29 Thread Antonio Locandro via QGIS-Developer
Hi all, Wondering who is in charge of approving new/update styles in the hub? I had one style "aviation" which I updated and now it is no longer visible as it is marked pending for review, I uploaded a new version today also trying to trigger the review since it has been a bit long. Probably w

Re: [QGIS-Developer] Paste geometry functionality

2023-11-29 Thread Régis Haubourg via QGIS-Developer
Oh I get it now, you want to change in place the geometry of a select object. I tend to use spatial SQL myself for this kind of stuff as it starts to sound like spatial analysis. You can also use the geoprocessing toolbox with the "edit in place" flag. But that would not be a manual click and p

Re: [QGIS-Developer] Paste geometry functionality

2023-11-29 Thread Tomas Straupis via QGIS-Developer
2023-11-29, tr, 15:53 Régis Haubourg via QGIS-Developer rašė: > Can you be more precise on your use case scenario ? Let's say we have a layer L (PostgreSQL/PostGIS) with features A, B and C with corresponding attribute values set. Now some external party sends us a shapefile S with an updated

Re: [QGIS-Developer] Paste geometry functionality

2023-11-29 Thread Régis Haubourg via QGIS-Developer
Hi Tomas, copy-paste geometric features is implemented for years now, and copying to a spreadsheet or text file also. There is a setting if you don't want the geometry to be pasted as a WKT column in text/ spreadsheet format. The behavior of attribute forms can also be tuned by options rega