Re: [QGIS-Developer] Deprecated plugin

2025-07-15 Thread Sebastian Gutwein via QGIS-Developer
04 AM Richard Duivenvoorde wrote: > On 11-07-2025 16:33, Sebastian Gutwein via QGIS-Developer wrote: > > Is there a way to determine why it was depreciated? > > Nope, I think it is a decision of the plugin maker. > And I see you are already approaching the dev (using an issue on

[QGIS-Developer] Deprecated plugin

2025-07-11 Thread Sebastian Gutwein via QGIS-Developer
I posted a version of this in the QGIS user list last month and didn't get a response there so I am wondering if this is something that Lova or someone else on the development side would know. I recently installed a plugin called Google Maps LocationSync that showed up in the NEW section of the plu

Re: [QGIS-Developer] Uno strano blocco in Model Designer in batch processing

2025-06-05 Thread Sebastian Gutwein via QGIS-Developer
Sadly this is a known problem that we have not been able to find a solution to. https://github.com/qgis/QGIS/issues/53806 It does not seem to matter the size of the raster or vector layer. Anecdotally- I have not noticed it with the most recent version (3.40.3) of QGIS yet. On Thu, Jun 5, 2025 at

Re: [QGIS-Developer] Copy layer vs Duplicate layer ???

2025-06-05 Thread Sebastian Gutwein via QGIS-Developer
Duplicate Layer is a handy shortcut rather than copy and paste and I would be very sad to see it go. Also you can currently only paste into a group or the blank space at the bottom of the layers list. This is not available if your layers panel is full. Copy/paste buttons would solve this problem an

Re: [QGIS-Developer] Escaping brackets in a tool tip

2024-12-16 Thread Sebastian Gutwein via QGIS-Developer
Update: YoannQDQ just submitted a fix for this. https://github.com/qgis/QGIS/pull/59915 On Fri, Dec 13, 2024 at 4:55 PM Sebastian Gutwein wrote: > Hi, > > I'm updating a few tool tips and noticing that Scale and Rotate have tool > tips that start with Scale Feature(s) and Rotate Feature(s) but t

[QGIS-Developer] Escaping brackets in a tool tip

2024-12-13 Thread Sebastian Gutwein via QGIS-Developer
Hi, I'm updating a few tool tips and noticing that Scale and Rotate have tool tips that start with Scale Feature(s) and Rotate Feature(s) but that the brackets cause the s's to disappear in QGIS when they are displayed upon hover. Is it possible to escape out the brackets? Or is there something el

Re: [QGIS-Developer] [Qgis-psc] Theoretical discussion: A QGIS paid plugin marketplace? (was: sponsored plugin)

2024-02-07 Thread Sebastian Gutwein via QGIS-Developer
I want to say that I would like to see developers being fully supported for their work on QGIS. As we know there are many ways to achieve this and paid plugins is one potentially viable and useful way. I have seen the Blender Marketplace mentioned a couple of times in this thread and I feel like it

Re: [QGIS-Developer] QGIS not working

2024-01-05 Thread Sebastian Gutwein via QGIS-Developer
Eliška, Sorry to hear about your troubles. First I would try asking on the QGIS User group list instead of this one. qgis-u...@lists.osgeo.org But for anyone to be able to help you they will need a lot more information such as: what kind of data you are trying to load and how you are trying to load

[QGIS-Developer] inf and nan in reclassify algo

2023-11-23 Thread Sebastian Gutwein via QGIS-Developer
Hi, I recently discovered by trying likely things that I can use inf, -inf, and nan in the reclassify algo. Not being a programmer it wasn't obvious that these would be valid inputs. I would like to document this. https://github.com/qgis/QGIS-Documentation/pull/8653 >From my research it seems like

Re: [QGIS-Developer] QGIS equivalent of Turf/nearest-point function

2023-11-12 Thread Sebastian Gutwein via QGIS-Developer
Not that exact function that I am aware of but there is a *Distance to nearest hub (points) *tool in the processing toolbox that will give you the distance to all of the points and then you can choose the one with the shortest distance. You could also use select by expression using the *Closest Poi

Re: [QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Sebastian Gutwein via QGIS-Developer
The ridiculous work around I use is to go through Blender using the BlenderGIS plugin. Import the raster into Blender as a new mesh > Decimate the mesh > Export as a shapefile > Run TIN Mesh Creation in QGIS. On Mon, Mar 20, 2023 at 9:03 AM Saber Razmjooei via QGIS-Developer < qgis-developer@list

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Sebastian Gutwein via QGIS-Developer
Calvin, If I have a lot of files that I want to coordinate the style of I put them in a group. Then I change one layer and do the copy style trick and then paste it on to the group. This will apply that style to all the layers in the group that are compatible. As far as coordinating styles between