Stefanos Natsis
Stefanos Natsis
When creating a new project and an existing project name is used, then the project's dir is automatically changed and a ` (n)` is appended. Trying to upload this project...
## Description This is the first part of the implementation of https://github.com/qgis/QGIS-Enhancement-Proposals/issues/300 It includes the building block classes for parsing and handling STAC elements and allows interacting with STAC catalogs...
## Description Pasting unsaved changes as a temporary scratch layer could fail when source is a db. Geopackages would have `Autogenerate` as an fid value, Postgres layers would have `nextval(...`...
## Description - Preview points cannot be added before a layer is loaded - Preview points do not display a point tip - Preview points are correctly displayed when zooming/panning...
When drawing on the canvas, new vertices should be appended at the end of both the screen space geometry and the map space geometry (used for highlights). There should not...
TestUtils has utils related to tests, not the other way round! ```cpp void testLayerHasGeometry(); void testLayerVisible(); void testIsPositionTrackingLayer(); void testMapLayerFromName(); void testIsValidUrl(); ```
Geopackages store datetimes converted to UTC (https://github.com/MerginMaps/mobile/issues/3890#issuecomment-2880192507). While in the attribute form time is converted to local timezone before displayed, in the preview panel it is not.   We...
## Description Bug in #62664. App would still receive the signal when removing a layer after the message bar was removed.
## Description So far, the chunking of vector layers followed the simplistic approach: _split 3d scene's extent into 4 equal extents, repeat until user defined max depth is reached_ While...
## Description If a raster file has _geolocation array_ data, we can render it at the correct place using a warped vrt, similar to how rasters with RPC coeffs are...