3268 Commits

Author SHA1 Message Date
Jean Felder
c599d20875 processing: Add approximate medial axis processing
SFCGAL backend is needed.
2025-09-11 07:12:12 +10:00
Mathieu Pellerin
87d5815268
Merge pull request #63103 from nirvn/atlas_clip
[layouts] Allow for atlas geometries to reshape the frame of map items
2025-09-09 14:20:36 +07:00
Mathieu Pellerin
fec997e443 [layouts] Allow for atlas geometries to reshape the frame of map items 2025-09-09 10:23:57 +07:00
Mathieu Pellerin
21e9095b0e [charts] Implement data-defined properties, connect GUI 2025-09-09 09:13:36 +07:00
Mathieu Pellerin
092bbc479b
Brand new pie chart plot type (#63099) 2025-09-08 23:05:26 +07:00
Julien Cabieces
947ad7cfb3
Merge pull request #63068 from ptitjano/wfs-server-ogc-urn-backup
server: Use URNs by default for WFS 1.1
2025-09-08 17:41:21 +02:00
Nyall Dawson
24e4fce4e9 Test masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
fe7b53a6e1 Add test mask variants 2025-09-08 15:33:50 +10:00
Nyall Dawson
b18e2607ef Elevation profile test mask 2025-09-08 15:33:50 +10:00
Nyall Dawson
e3904d43af SVG marker test variant 2025-09-08 15:33:50 +10:00
Nyall Dawson
b874529783 Labeling test masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
7929cd1519 Map rotation test mask 2025-09-08 15:33:50 +10:00
Nyall Dawson
f20c50423f Map renderer test masks and variants 2025-09-08 15:33:50 +10:00
Nyall Dawson
034c066aca Legend test masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
8be2dd1d33 Layout attribute table masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
0a9f5f4978 Layout scalebar mask 2025-09-08 15:33:50 +10:00
Nyall Dawson
9cf5de1ede layout picture variants, masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
be29306573 Layout manual table masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
343c147d57 Add test mask 2025-09-08 15:33:50 +10:00
Nyall Dawson
a651233b8a Use standard test font, add masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
7f392c23b6 Add test render variant 2025-09-08 15:33:50 +10:00
Nyall Dawson
f3d855ea8f Test masks 2025-09-08 15:33:50 +10:00
Nyall Dawson
f26046b64a Test masks, variants 2025-09-08 15:33:50 +10:00
bdm-oslandia
89ba00bdf8 sfcgal: add tests with solid 2025-09-05 09:30:02 +10:00
bdm-oslandia
7ecc60e807 sfcgal: add advanced operations: extrude and simplify 2025-09-05 09:30:02 +10:00
bdm-oslandia
8b18258714 sfcgal: add buffer like operations 2025-09-05 09:30:02 +10:00
bdm-oslandia
97f1e3259c sfcgal: add basic operations (translate, scale, rotate, boolean) 2025-09-05 09:30:02 +10:00
bdm-oslandia
c51e9c7490 sfcgal: add engine and geometry base 2025-09-05 09:30:02 +10:00
Jean Felder
c2d8538dd6
server: Use URNs by default for WFS 1.1
QGIS server and the the WFS provider do not have the same behavior
regarding "ESPG:4326" and axis inversion for WFS 1.1.

QGIS server follows Geoserver convention and does not invert the
coordinates with EPSG:4326. However, the WFS provider inverts the
coordinates in that case.

Based on earlier discussions, there is no clear consensus what the
expected behavior is. However, QGIS server would be better using URNs
for WFS 1.1. this would remove this ambiguity.

With this change, the WFS 1.1 requests from QGIS server now expose
URNs by default. There is no change in the 1.0 case.

The unit tests are updated to reflect this change.

Related: https://github.com/qgis/QGIS/pull/57357
2025-09-04 13:26:45 +02:00
Mathieu Pellerin
3ff54d8166
Charts implementation, part 2: layout chart items (#62952) 2025-09-04 09:46:23 +07:00
Nyall Dawson
e716cd64b3 Test masks, variants 2025-09-02 17:41:52 +10:00
Nyall Dawson
332b18de41 Update test mask 2025-09-02 15:47:10 +10:00
Nyall Dawson
82cc87e5cc Test masks, variants 2025-09-02 15:47:10 +10:00
Nyall Dawson
484237f06f Test mask 2025-09-02 15:47:10 +10:00
Nyall Dawson
d9aa2521cc Test masks 2025-09-02 15:47:10 +10:00
Nyall Dawson
da5f629d85 Adapt composer html conversion test for standard test font 2025-09-02 15:47:10 +10:00
Nyall Dawson
819ebfc601 Add test variant image for when webkit isn't available 2025-09-02 15:47:10 +10:00
Nyall Dawson
af3c8870bd Rework composition conversion tests to use standard test font 2025-09-02 15:47:10 +10:00
Nyall Dawson
060f036562 Test masks 2025-09-02 12:07:09 +10:00
Nyall Dawson
53e633c5a5 Use standard test font 2025-09-01 12:39:40 +10:00
Nyall Dawson
fd919fb3ad Add test variants for layout picture rendering for Qt 6
The Qt6 rendering is correct, as it more accurately reflects
the actual SVG content
2025-09-01 12:39:40 +10:00
Nyall Dawson
b2c03b143c Test masks 2025-08-29 07:11:27 +10:00
Nyall Dawson
eae3ff3d5b Test mask updates for Fedora Qt 6 2025-08-28 14:26:08 +10:00
Nyall Dawson
389b7c183d Text renderer mask updates for Fedora Qt 6 2025-08-28 14:26:08 +10:00
Nyall Dawson
3a746ac8b1 Test mask updates for Fedora Qt 6 2025-08-28 14:26:08 +10:00
Nyall Dawson
7252af8890 Callout test masks for Fedora Qt6 rendering 2025-08-28 14:26:08 +10:00
Nyall Dawson
1628f2e059 Another test mask 2025-08-28 13:51:07 +10:00
Nyall Dawson
05191bd6b1 Use standard test font 2025-08-28 13:51:07 +10:00
Nyall Dawson
afcc92b602 Add more reference images 2025-08-28 13:51:07 +10:00
Nyall Dawson
bb7f218418 Another test mask 2025-08-28 13:51:07 +10:00