Update 02-CartoCSS.md

This commit is contained in:
Iñigo Medina 2018-04-12 13:35:34 +02:00 committed by GitHub
parent 03248457e1
commit e6aaa10f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,24 @@
## Torque CartoCSS
### -torque-clear-color
CartoCSS is one the tools of the CARTO platform. You can learn more about the different [components of CARTO platform]({{site.fundamental_docs}}/components/), or directly dig into [CartoCSS too]({{site.tools_cartocss}}/) details.
`-torque-clear-color`
Color used to clear canvas on each frame.
### -torque-frame-count
`-torque-frame-count`
Number of animation steps/frames used in the animation. If the data contains a fewer number of total frames, the lesser value will be used.
### -torque-resolution
`-torque-resolution`
Spatial resolution in pixels. A resolution of 1 means no spatial aggregation of the data. Any other resolution of N results in spatial aggregation into cells of NxN pixels. The value N must be power of 2.
### -torque-animation-duration
`-torque-animation-duration`
Animation duration in seconds.
### -torque-aggregation-function
`-torque-aggregation-function`
A function used to calculate a value from the aggregate data for each cell. See [-torque-resolution](#-torque-resolution).
### -torque-time-attribute
`-torque-time-attribute`
The table column that contains the time information used create the animation.
### -torque-data-aggregation
`-torque-data-aggregation`
A linear animation will discard previous values while a cumulative animation will accumulate them until it restarts.