-
-
Notifications
You must be signed in to change notification settings - Fork 364
Description
Describe the bug
When running v.in.ogr using the gui, selecting a layer is ignored, i.e., it does not result in only that layer being imported.
To Reproduce
Steps to reproduce the behavior:
Assuming you have a geopackage with multiple feature layers.
- Open the v.in.ogr window
- Select a Geopackage under the tab 'required'
- Under the tab 'Input', select one of the feature layers
- Fill in the output name under the 'Output' tab
- Click on Run.
The imported vector layer contains all layers from the Geopackage, not only the selected one.
Expected behavior
Only the selected layer should be imported. In other words, it should run:
v.in.ogr input="C:\data\bebouwde_kom.gpkg" layer=woonbuurten output=woonbuurten
.
Instead, it runs:
v.in.ogr input="C:\data\bebouwde_kom.gpkg" output=woonbuurten
.
Screenshots
The screenshot below shows that selecting a layer does not add this parameter setting to the command.
System description (please complete the following information):
- Operating System: Windows 10
- GRASS GIS version 8.2
- GRASS GIS version 7.8.7
Additional context
Add any other context about the problem here.