Re: [QGIS-Developer] Long filename/filepath causing git issues

2022-11-29 Thread Alexis R.L. via QGIS-Developer
Greetings, It seems there is a local solution by changing a git settings or two ( see https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows ). Given that there's a workaround, I'm more hesitant about proposing a PR as it can be fixed locally (though might require

Re: [QGIS-Developer] Mesh Layers: Way to update/repaint the QgsMeshRendererScalarSettingsWidget after recreating color ramp

2022-11-29 Thread Vincent Cloarec via QGIS-Developer
Hi Richard, Can you precise how do you set the color ramp to the mesh layer ? Maybe you set only classes (color/value) ? Vincent Le mar. 29 nov. 2022 à 08:47, Richard Duivenvoorde via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > Hi Devs, > > I'm loading/styling QGIS via pyqgis.

Re: [QGIS-Developer] QGIS expression to get internal ID of a feature in a related layer

2022-11-29 Thread Stefan Giese (WhereGroup) via QGIS-Developer
Hi Andreas, in case of a relation 1:many you can use the /relation_aggregate/ function, something like: /  relation_aggregate('test_n_318_fk_test1_7993_id','concatenate',//to_string(@id),',')/ where the first parameter is the ID of the relation. Hope this helps... Stefan Am 29.11.2022 um

[QGIS-Developer] QGIS expression to get internal ID of a feature in a related layer

2022-11-29 Thread Andreas Neumann via QGIS-Developer
Hi, I am looking for a way to find out the internal id of a related layer with a QGIS expression. @id and $id only work directly on the feature of the source layer, but not on related layers. attributes( get_feature( 'Other Related Layer', 't_id', fkey_value ) )

[QGIS-Developer] Mesh Layers: Way to update/repaint the QgsMeshRendererScalarSettingsWidget after recreating color ramp

2022-11-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, I'm loading/styling QGIS via pyqgis. I create my own (dynamic) color ramp, which is shown in the map. My issue now is that the color ram in the Layer styling widget does not represent the actual ramp I created (see screendump). I can force a 'repaint' of that widget, by adding a

Re: [QGIS-Developer] missing info in INSTALL.md, partial trip report for 3.28 on NetBSD

2022-11-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi Greg, Cannot help you with most questions, but I'd say: create some PR's (also on install.md), THEN you will get to the people who know this :-) Regards, Richard Duivenvoorde On 2022-11-28 14:18, Greg Troxel via QGIS-Developer wrote: For background, I have been maintaining the pkgsrc