mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
make ogr postgis parameters mandatory where needed
This commit is contained in:
parent
16384cfe2c
commit
26448364b4
@ -88,7 +88,7 @@ class Ogr2OgrToPostGis(GdalAlgorithm):
|
||||
self.addParameter(ParameterSelection(self.GTYPE,
|
||||
self.tr('Output geometry type'), self.GEOMTYPE, 0))
|
||||
self.addParameter(ParameterCrs(self.A_SRS,
|
||||
self.tr('Assign an output CRS'), '', optional=True))
|
||||
self.tr('Assign an output CRS'), '', optional=False))
|
||||
self.addParameter(ParameterCrs(self.T_SRS,
|
||||
self.tr('Reproject to this CRS on output '), '', optional=True))
|
||||
self.addParameter(ParameterCrs(self.S_SRS,
|
||||
|
@ -105,7 +105,7 @@ class Ogr2OgrToPostGisList(GdalAlgorithm):
|
||||
self.addParameter(ParameterSelection(self.GTYPE,
|
||||
self.tr('Output geometry type'), self.GEOMTYPE, 0))
|
||||
self.addParameter(ParameterCrs(self.A_SRS,
|
||||
self.tr('Assign an output CRS'), '', optional=True))
|
||||
self.tr('Assign an output CRS'), '', optional=False))
|
||||
self.addParameter(ParameterCrs(self.T_SRS,
|
||||
self.tr('Reproject to this CRS on output '), '', optional=True))
|
||||
self.addParameter(ParameterCrs(self.S_SRS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user