-
new LessThanOrEqualTo(propertyName, expression)
-
Name Type Description propertyNamestring Name of the context property to compare.
expressionnumber The value to compare.
Extends
- ComparisonBinary
import LessThanOrEqualTo from 'ol/format/filter/LessThanOrEqualTo.js';
Represents a <PropertyIsLessThanOrEqualTo> comparison operator.
| Name | Type | Description |
|---|---|---|
propertyName | string | Name of the context property to compare. |
expression | number | The value to compare. |
© 2005-present, OpenLayers Contributors All rights reserved.Licensed under the BSD 2-Clause License.
https://openlayers.org/en/latest/apidoc/module-ol_format_filter_LessThanOrEqualTo-LessThanOrEqualTo.html