mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
635 B
Plaintext
11 lines
635 B
Plaintext
v.info
|
|
Outputs basic information about a user-specified vector map.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFeatureSource|map|Name of input vector map|-1|None|False
|
|
QgsProcessingParameterBoolean|-c|Print types/names of table columns for specified layer instead of info|False
|
|
QgsProcessingParameterBoolean|-g|Print map region only|False
|
|
QgsProcessingParameterBoolean|-e|Print extended metadata info in shell script style|False
|
|
QgsProcessingParameterBoolean|-t|Print topology information only|False
|
|
QgsProcessingOutputString|html|Information
|
|
QgsProcessingParameterFileDestination|html|Information report|Html files (*.html)|report.html|False
|