Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/plugins/processing/algs/qgis/Buffer.py
|
@@ -83,7 +83,7 @@ def buffering(progress, writer, distance, field, useField, layer, dissolve, |
|
|
value = distance |
|
|
inGeom = QgsGeometry(inFeat.geometry()) |
|
|
if inGeom.isGeosEmpty() or not inGeom.isGeosValid(): |
|
|
ProcessingLog.addToLog( ProcessingLog.LOG_WARNING, 'Feature {} has empty or invalid geometry. Skipping...'.format(inFeat.id())) |
|
|
ProcessingLog.addToLog(ProcessingLog.LOG_WARNING, 'Feature {} has empty or invalid geometry. Skipping...'.format(inFeat.id())) |
|
|
continue |
|
|
|
|
|
outGeom = inGeom.buffer(float(value), segments) |
|
|
You can’t perform that action at this time.
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.