Commit 1baa1119 authored by Mario Chirinos's avatar Mario Chirinos

update

parent 5967f77e
......@@ -22,7 +22,7 @@ def getMinMax(clase):
values.append(v[clase])
minval = min(values)
maxval = max(values)
polylist.append({"wkt":wkt, "min":minval}, "max":maxval)
polylist.append({"wkt":wkt, "min":minval, "max":maxval})
print(polylist)
#===============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment