mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Allows vector layers without spatial referencing to be interactively georeferenced (or layers with referencing to be re-referenced!) Sponsored by the Danish QGIS Usergroup
8 lines
643 B
Python
8 lines
643 B
Python
# The following has been generated automatically from src/analysis/georeferencing/qgsvectorwarper.h
|
|
# monkey patching scoped based enum
|
|
QgsVectorWarperTask.Result.Success.__doc__ = "Warping completed successfully"
|
|
QgsVectorWarperTask.Result.Canceled.__doc__ = "Task was canceled before completion"
|
|
QgsVectorWarperTask.Result.Error.__doc__ = "An error occurred while warping"
|
|
QgsVectorWarperTask.Result.__doc__ = 'Task results\n\n' + '* ``Success``: ' + QgsVectorWarperTask.Result.Success.__doc__ + '\n' + '* ``Canceled``: ' + QgsVectorWarperTask.Result.Canceled.__doc__ + '\n' + '* ``Error``: ' + QgsVectorWarperTask.Result.Error.__doc__
|
|
# --
|