From cd9e1a34579beff7d0bf7e57d574601f69dbbcf0 Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Thu, 14 Jan 2016 12:12:33 +0100 Subject: [PATCH] adds zoom and value to examples --- doc/torque_api.md | 6 ++++++ 1 file changed, 6 insertions(+) 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