Tomas Zigo

Results 45 issues of Tomas Zigo

**Describe the bug** Download Piemonte, Italy data set location failed and return HTTP Error 404: Not found **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI 2. From the...

bug
GUI
backport to 8.3
URL

**Describe the bug** r.colors/v.colors module doesn't contains all colors options thumbnails. **To Reproduce** Steps to reproduce the behavior: 1. Launch r.colors/v.colors modules with `--ui` flag 2. Switch to Define tab...

bug
backport to 8.4

Implementing/close feature #3278. https://github.com/OSGeo/grass/assets/50632337/ca626964-c1a5-4f05-bb65-8712927cda77

enhancement
GUI
Python

Allow the user save/load single-window mode panes layout. Closes #3212, #3210. https://github.com/OSGeo/grass/assets/50632337/08e206b2-76f9-42d9-8009-49e68f2e4b2e

enhancement
GUI
Python
docs

Fix compilation warnings: ``` utils_kriging.c: In function ‘crossvalidation’: utils_kriging.c:716:32: warning: passing argument 3 of ‘submatrix’ from incompatible pointer type [-Wincompatible-pointer-types] 716 | &xD->report); // create submatrix using indices | ^~~~~~~~~~~...

bug
help wanted
C
backport_needed

Fixes bug reported here https://github.com/OSGeo/grass/issues/3041.

**Describe the solution you'd like** Distinguish vector map layer type by icon (quick and clear visual orientation in vector map layers in the data catalog tree): * ![vector3d](https://user-images.githubusercontent.com/50632337/90306899-caca2d00-ded1-11ea-8a09-eeda8e046d31.png) 3D vector...

enhancement
GUI

SQL TRANSACTION syntax (compatible with all DB backends): ``` BEGIN; ...; COMMIT; ``` This default SQL TRANSACTION syntax is not compatible with [MySQL/MariaDB DB backend](https://dev.mysql.com/doc/refman/8.0/en/commit.html): ``` BEGIN TRANSACTION; ...; END...

bug
vector
Python
C
database
libraries
module

Implement (fixes) issue #1171. Set RStudio path interactively from wxGUI Layer Manager menu (dialog): ![lmgr_set_rstudio_path_dialog](https://user-images.githubusercontent.com/50632337/103820893-66b92880-506d-11eb-9fc9-1b07b6f68e0b.png)

enhancement
windows
GUI
Python