Update getting_started.md

This commit is contained in:
Carlos Matallín 2016-01-19 12:14:55 +01:00
parent 2677f80814
commit 3d290e259b

View File

@ -1,4 +1,4 @@
##Getting Started
# Getting Started
Although the most straightforward way to use Torque is through either the CartoDB Editor, or by passing the layer's viz.json to [CartoDB.js](http://docs.cartodb.com/cartodb-platform/cartodb-js/getting-started/), many use cases work best with the standalone [Torque.js](https://github.com/CartoDB/torque/tree/master/dist). Assuming you have a public dataset with a `date` column, it is really simple to create an animated map with the library. First, you need to have a Leaflet map prepared in an HTML page: