log10
Returns the base-ten logarithm of the input.
Example usage:
CircleLayer circleLayer = new CircleLayer("layer-id", "source-id");
circleLayer.setProperties(
circleRadius(log10(pi()))
);
Content copied to clipboard
Return
expression
Parameters
number
the number to take base-ten logarithm from
See also
<a href="https://maplibre. org/maplibre-style-spec/expressions/#log10">Style specification</a>
Returns the base-ten logarithm of the input.
Example usage:
CircleLayer circleLayer = new CircleLayer("layer-id", "source-id");
circleLayer.setProperties(
circleRadius(log10(10))
);
Content copied to clipboard
Return
expression
Parameters
number
the number to take base-ten logarithm from
See also
<a href="https://maplibre. org/maplibre-style-spec/expressions/#log10">Style specification</a>