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
|```setCartoCSS(cartocss)```|```cartocss string```|```this```| style the map rendering using client-side cartocss |
63
+
|```setCartoCSS(cartocss)```|```cartocss string```|```this```| style the map rendering using client-side cartocss (not available with named maps) |
64
64
65
65
The full CartoCSS spec is not supported by Torque but instead only a limited subset with some additions related to torque rendering. To see the full list of supported parameters, read the [Torque CartoCSS documentation](CartoCSS.md). ``value`` and ``zoom`` variables can be used. ``value`` is the value of aggregation (see ``countby`` constructor option). ``zoom`` is the current zoom being rendered
66
66
@@ -89,7 +89,7 @@ This should be ```string``` encoded in Javascript.
| ```setSQL(sql statement)``` | ```SQL string``` | ```this``` | Change the SQL on the datatable |
92
+
| ```setSQL(sql statement)``` | ```SQL string``` | ```this``` | Change the SQL on the datatable(not available with named maps) |
93
93
| ```error(callback)``` | ```callback function with a list of errors as argument``` | ```this``` | specifies a callback function to run if there are query errors |
0 commit comments