incorrect data option

This commit is contained in:
Andy Eschbacher 2015-04-03 09:42:31 -04:00
parent e0e502a083
commit 8adc55fdd4

View File

@ -31,7 +31,7 @@ One of two core classes for the Torque library - it is used to create an animate
|-----------|:-----------|:----------|:---------------------------------------|
| user_name | string | ```null``` | CartoDB account name. Found from: http://accountname.cartodb.com|
| table_name | string | ```null``` | CartoDB table name where data is found |
| sql | string | ```null``` | SQL query to be performed to fetch the data. You must use this param or table, not at the same time |
| query | string | ```null``` | SQL query to be performed to fetch the data. You must use this param or table, not at the same time |
| cartocss | string | ```null``` | CartoCSS style for this map |
| loop | boolean | ```true``` | If ```false```, the animation is paused when it reaches the last frame |