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
In a thread on the mailing list, @sdlime tells Andrea to use area([shape]) > 10000000.
Andrea had used EXPRESSION ( (area([GEOMETRY]) > 10000000) ), which did not work. EXPRESSION ( (area([shape]) > 10000000) ) worked.
I guess that the documentation should be made more clear - perhaps some introductory text. shape1 and shape2 are used in the documentation.
I am not very familiar with this, so I would appreciate suggestions!
The text was updated successfully, but these errors were encountered:
The expression documentation says:
area ( shape1 ) returns the area of shape1
In a thread on the mailing list, @sdlime tells Andrea to use
area([shape]) > 10000000
.Andrea had used
EXPRESSION ( (area([GEOMETRY]) > 10000000) )
, which did not work.EXPRESSION ( (area([shape]) > 10000000) )
worked.I guess that the documentation should be made more clear - perhaps some introductory text.
shape1
andshape2
are used in the documentation.I am not very familiar with this, so I would appreciate suggestions!
The text was updated successfully, but these errors were encountered: