mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix hasYMax
variable
This commit is contained in:
parent
30059e63d6
commit
cedfaa7c16
@ -404,7 +404,7 @@ class VoronoiPolygons(QgisAlgorithm):
|
||||
if hasYMin:
|
||||
bndpoints.append(QgsPointXY(width + extent.xMinimum(),
|
||||
extent.yMinimum()))
|
||||
elif HasYMax:
|
||||
elif hasYMax:
|
||||
bndpoints.append(QgsPointXY(width + extent.xMinimum(),
|
||||
height + extent.yMinimum()))
|
||||
if pt_y == ymin: # lowest point
|
||||
|
Loading…
x
Reference in New Issue
Block a user