diff --git a/doc/torque_api.md b/doc/torque_api.md index 3556c98..ed72496 100644 --- a/doc/torque_api.md +++ b/doc/torque_api.md @@ -98,6 +98,12 @@ Map { marker-fill-opacity: 0.8; marker-fill: #FEE391; } +#layer[value = 4] { // Use of the value variable, generated by the function specified in -torque-aggregation-function + marker-fill: #FABADA; +} +#layer[zoom = 12] { // Use of the zoom variable + marker-width: 10; +} ``` ### Data Methods