torque/doc/API.md

11 lines
515 B
Markdown
Raw Normal View History

# Torque API
2015-12-30 22:21:30 +08:00
Torque.js is an efficient and stylish rendering method to animate your data. Torque.js uses [TileCubes](http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification), which are JSON representations of multidimensional data with geospatial coordinates, to render data on the client.
2015-12-15 03:19:38 +08:00
## Documentation
2013-09-02 23:26:07 +08:00
2015-12-15 03:19:38 +08:00
* [Getting Started with Torque.js](getting_started.md)
* [Torque API Methods](torque_api.md)
2016-05-26 23:27:52 +08:00
* [Advanced Interaction Methods](torque_interaction_methods.md)
* [Torque Time Slider](torque_time_slider.md)