Médéric RIBREUX aa17df1a55 * Add new GRASS 7.2 algorithms.
* Fix ParameterRange GUI.
* Fix Multiple values Enum support.
2017-11-04 18:34:25 +01:00

10 lines
656 B
Plaintext

v.proj
Re-projects a vector map from one location to the current location
Vector (v.*)
QgsProcessingParameterVectorLayer|input|Input vector to reproject|-1|None|False
QgsProcessingParameterCrs|crs|New coordinate reference system|None|False
QgsProcessingParameterNumber|smax|Maximum segment length in meters in output vector map|QgsProcessingParameterNumber.Double|10000.0|True|0.0|None
*QgsProcessingParameterBoolean|-z|Assume z coordinate is ellipsoidal height and transform if possible|False|True
*QgsProcessingParameterBoolean|-w|Disable wrapping to -180,180 for latlon output|False|True
QgsProcessingParameterVectorDestination|output|Output vector map