Mathieu Pellerin

Results 456 comments of Mathieu Pellerin

@rjwillson , while not a direct answer to this enhancement request, the following PR should help you: https://github.com/opengisch/QField/pull/4589 -- it allows for users to define a maximum distance threshold between...

@AlisterH , enable [x] early resampling: ![image](https://github.com/qgis/QGIS/assets/1728657/31ec3b70-0503-4ba0-8a93-525f10028153) Without that, resampling settings are ignored with reprojected rasters.

@rekjuh , I have a feeling things might be better in upcoming 3.32. QGIS will do a better job on high dpi screens, and will probably do a better job...

@rouault , this commit caused the following regression: https://github.com/qgis/QGIS/issues/54589 -- long story short, in debug builds, QGIS asserts and dies when drag and dropping a GeoJSON file onto QGIS' main...

@blacktesta , I've fixed an issue with snapping of points to line segment here (https://github.com/qgis/QGIS/pull/56426) which in turn fixes failures to have a point layer snap to line segments in...

@blacktesta , OK, thanks for testing. I'll have a look into the specificity of this issue then.

@aismann , the polygon has no holes, only an exterior polyline that ends up having two vertices (i.e. vertex #3 and #6) overlapping each other: ![image](https://github.com/jhasse/poly2tri/assets/1728657/1a865ca1-3945-4194-b332-e4a5f496df92)

@aismann , in this case, removing one point (either 3 or 6) would dramatically change the shape of the polygon. Is the solution to move the point of a insignificant...

@BoswachterMarc , every time I see screenshots / videos of your project, I can't help but notice how nice the symbology is ;) Has the connection returned?