You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
javi 6423f5f9cf
set cartocss on the startup
11 years ago
css/jqueryui-smoothness
dist dist files 11 years ago
doc updated api 11 years ago
examples navy example using google maps 11 years ago
img
lib/torque set cartocss on the startup 11 years ago
src
template
test
vendor changed point renderer 11 years ago
.gitignore build scripts 11 years ago
LICENSE.txt
Makefile added all as default 11 years ago
README.md Update README.md 11 years ago
index.html
package.json build scripts 11 years ago

README.md

Torque

Render big, timeseries data in the client. Uses CartoDB to generate a datacube format. For a brief introduction to the format and methods, see our presentation slides

CartoDB users can use this code right away. Specify your username/tablename and datecolumn to get mapping time immediatley.

Have fun!

Torque library reference

Torque lets you render big, timeseries or categorical data in the client. This is useful for many modern applications that need more than just a static map. Early versions of Torque have been used to visualize human movement, Twitter activity, biodiversity data, and many more large-scale datasets.

The library uses CartoDB to generate a layercube format. For a brief introduction to the format and methods, see our presentation slides. If you are not using CartoDB to host your data, you can modify the input parameters to point toward any layercube service.

Getting started

The simplest way to use a visualization with Torque is...

Create a simple Torque visualization
``` javascript ...
...