You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VectorWriter library used in the create_polar_graticule.py is no more usable with QGIS 2.12 (current version today). Using QgsVectorFileWriter instead generates a script error :
arguments did not match any overloaded call: QgsVectorFileWriter(QString, QString, QgsFields, QGis.WkbType, QgsCoordinateReferenceSystem, QString driverName="ESRI Shapefile", QStringList datasourceOptions=QStringList(), QStringList layerOptions=QStringList(), QString newFilename=None, QgsVectorFileWriter.SymbologyExport symbologyExport=QgsVectorFileWriter.NoSymbology): argument 3 has unexpected type 'list' QgsVectorFileWriter(QgsVectorFileWriter): argument 1 has unexpected type 'unicode' See log for more details
The text was updated successfully, but these errors were encountered:
The VectorWriter library used in the create_polar_graticule.py is no more usable with QGIS 2.12 (current version today). Using QgsVectorFileWriter instead generates a script error :
arguments did not match any overloaded call: QgsVectorFileWriter(QString, QString, QgsFields, QGis.WkbType, QgsCoordinateReferenceSystem, QString driverName="ESRI Shapefile", QStringList datasourceOptions=QStringList(), QStringList layerOptions=QStringList(), QString newFilename=None, QgsVectorFileWriter.SymbologyExport symbologyExport=QgsVectorFileWriter.NoSymbology): argument 3 has unexpected type 'list' QgsVectorFileWriter(QgsVectorFileWriter): argument 1 has unexpected type 'unicode' See log for more details
The text was updated successfully, but these errors were encountered: