grass icon indicating copy to clipboard operation
grass copied to clipboard

wxGUI/modules: fix import SQLite geometry data

Open tmszi opened this issue 3 years ago • 0 comments
trafficstars

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 toolbar activate Import vector data tool
  3. From the Import vector data dialog Source type choose Database RadioButton widget
  4. Format ComboBox widget is not active

Expected behavior Import SQLite geometry data via wxGUI Import vector data dialog should be work.

Screenshots wxgui_import_dialog_def

System description (please complete the following information):

  • Operating System: all
  • GRASS GIS version: all
  • ogr2ogr --version: GDAL 3.4.2, released 2022/03/08

Additional context

GRASS nc_basic_spm_grass7/PERMANENT:~ > v.in.ogr -f | grep SQLite
Supported formats:
 SQLite (rw+): SQLite / Spatialite

tmszi avatar Jul 22 '22 04:07 tmszi