Stefanos Natsis

Results 22 issues of 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...

Freeze Exempt

## 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(...`...

Freeze Exempt
Bug

## 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...

Bug
backport queued_ltr_backports
backport release-3_38

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...

recording
performance

TestUtils has utils related to tests, not the other way round! ```cpp void testLayerHasGeometry(); void testLayerVisible(); void testIsPositionTrackingLayer(); void testMapLayerFromName(); void testIsValidUrl(); ```

infrastructure

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. ![Image](https://github.com/user-attachments/assets/90c626d0-ffc2-4ccc-aed6-8fd197034c31) ![Image](https://github.com/user-attachments/assets/453c0676-3b78-44ad-afda-07be0ab778c6) We...

ui/ux

## Description Bug in #62664. App would still receive the signal when removing a layer after the message bar was removed.

Bug
Crash/Data Corruption

## 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...

Feature
3D
Changelog

## 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...