Re: [QGIS-Developer] Non-cartesian buffering

2023-05-25 Thread Alexis R.L. via QGIS-Developer
you'd need to find the angle to the next node, and only generate vertices that are on the outside. I'll continue to look into it and do some trials. Thanks for the pointer. Alex Le mer. 24 mai 2023 à 20:47, Nyall Dawson a écrit : > On Thu, 25 May 2023 at 10:27, Alexis R.L. via QGIS-Develo

[QGIS-Developer] Non-cartesian buffering

2023-05-24 Thread Alexis R.L. via QGIS-Developer
Greetings, I was looking into buffers and noticed that arc could do geoid buffering but it's not something qgis could do yet. Now I'm going to assume that such a thing would usually need to be implemented in geos and in one of the ticket asking about this, another repository was pointed to (

[QGIS-Developer] AFS feature iterator logic

2022-12-28 Thread Alexis R.L. via QGIS-Developer
Greetings, I'm looking into the web service data fetching and I noticed that there are some things that seemed strange at first glance and wanted to know if someone had insight into things. >From what I understand data is fetched and cached and on the initial fetch it seems that all the data is

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] Long filename/filepath causing git issues

2022-11-25 Thread Alexis R.L. via QGIS-Developer
Windows has fairly shorter path limitation by default (see https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry ) Alex Le jeu. 24 nov. 2022 à 20:33, Greg Troxel via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > > &quo

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

2022-11-24 Thread Alexis R.L. via QGIS-Developer
Greetings everyone, I'm not sure it warranted a bug report but some control image now have names that are frankly too long and are causing issues in git if the local report folder is located some level down. Would it be too crazy to shrink down some offending name to prevent error when switching

[QGIS-Developer] Polygon rendering issue on 3.26

2022-07-02 Thread Alexis R.L. via QGIS-Developer
Greetings, I was just curious about the behaviour indicated in this issue: https://github.com/qgis/QGIS/issues/49157 I was assuming that polygon rendering would be sufficiently covered by the testsuite or could the issue be unique to windows? Or could this be due to something else, as it's not

Re: [QGIS-Developer] Zip errors in artefact builds

2022-06-28 Thread Alexis R.L. via QGIS-Developer
. I'm not sure if if's something related to a bad library associated with the build. I'll try to dig deeper. Alex Le mar. 28 juin 2022 à 08:14, Richard Duivenvoorde via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > On 6/28/22 13:00, Alexis R.L. via QGIS-Developer wrote: >

[QGIS-Developer] Zip errors in artefact builds

2022-06-28 Thread Alexis R.L. via QGIS-Developer
Greetings everyone, I wanted to check if anyone had the same error or had a clue of the cause. When using artefact build made from a qgis branch I always have issues when opening files from the recent menu or the provided list. Zip always return error 28 (or 90% of the time) but when I drag &

Re: [QGIS-Developer] Indexing & web sources

2022-05-04 Thread Alexis R.L. via QGIS-Developer
I'm referring to the index related to QgsPointLocator. Alex Le mer. 4 mai 2022 à 08:23, Asim a écrit : > On 5/4/22 4:53 PM, Alexis R.L. via QGIS-Developer wrote: > > Would it be possible to implement a 'dynamic' index for such layer, ie > > to use only the data that is c

[QGIS-Developer] Indexing & web sources

2022-05-04 Thread Alexis R.L. via QGIS-Developer
Greetings, I've had a question regarding indexing before looking too deep into the code for now. As far as I understand we want to index all layers to provide a smooth experience by frontloading the indexing. But for big layers and often web vector layer that can be quite massive this can freeze