We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3d3be64 commit 1bae799Copy full SHA for 1bae799
python/plugins/processing/algs/gdal/OgrToPostGis.py
@@ -88,7 +88,7 @@ def initAlgorithm(self, config=None):
88
self.addParameter(QgsProcessingParameterEnum(self.GTYPE,
89
self.tr('Output geometry type'), options=self.GEOMTYPE, defaultValue=0))
90
self.addParameter(QgsProcessingParameterCrs(self.A_SRS,
91
- self.tr('Assign an output CRS'), defaultValue='', optional=False))
+ self.tr('Assign an output CRS'), defaultValue='', optional=True))
92
self.addParameter(QgsProcessingParameterCrs(self.T_SRS,
93
self.tr('Reproject to this CRS on output '), defaultValue='', optional=True))
94
self.addParameter(QgsProcessingParameterCrs(self.S_SRS,
0 commit comments