Tomas Zigo
Tomas Zigo
**Describe the bug** Import PostGIS DB raster via wxGUI Import raster data dialog doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI 2. Export some raster map...
**Describe the bug** Import PostGIS geometry data via wxGUI Import vector data dialog doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI 2. Set PostGIS connection via...
**Describe the bug** Import Rasterlite DB raster via wxGUI Import raster data dialog doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI 2. Export some raster map...
**Describe the bug** When you check Select all CheckBox widget from Create or edit image group dialog all added raster maps aren't selected. **To Reproduce** Steps to reproduce the behavior:...
With this new functionality https://github.com/OSGeo/grass/pull/2469 I added a wxGUI command line `recent_files` param to print a list of wxGUI component recent files. Main wxGUI component: ``` GRASS nc_basic_spm_grass7/PERMANENT:~ > g.gui...
**Describe the bug** WinGRASS standalone installer is compiled with errors. **To Reproduce** Steps to reproduce the behavior: 1. Install [WinGRASS-8.3.dev-56986425a-1-Setup.exe standalone installer](https://wingrass.fsv.cvut.cz/grass83/WinGRASS-8.3.dev-56986425a-1-Setup.exe). 2. Launch GRASS GIS 3. See error ```...
Fixes #2493. `CheckListCtrlMixin` class is [obsolete](https://docs.wxpython.org/wx.lib.mixins.listctrl.CheckListCtrlMixin.html) and `OnCheckItem` method doesn't work with wxPython 4.1.1 version. Instead of that, an event `wx.EVT_LIST_ITEM_CHECKED`,` wx.EVT_LIST_ITEM_UNCHECKED` is binded to the widget LayersList widget.
**Describe the bug** Import SQLite geometry data via wxGUI Import vector data dialog doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI 2. From the Data catalog...
**Describe the bug** When map preview is rendered and Cartographic Composer frame is closed, error message is printed. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI Cartographic Composer...
**Describe the bug** Switches Map Display frame to full screen mode by keyboard shortcut F11 in single window mode is not working same as in multiple windows mode. **To Reproduce**...