From 1d07c9e9f8f64d8e693e57cf22f9ab8bc8101b98 Mon Sep 17 00:00:00 2001 From: javi Date: Tue, 20 Aug 2013 15:07:26 +0200 Subject: [PATCH] apichanges --- doc/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/API.md b/doc/API.md index 0b5ea4c..ca8643f 100644 --- a/doc/API.md +++ b/doc/API.md @@ -3,8 +3,8 @@ Torque provides two kinds of visulizations. - - static: provides a way to create heatmap like visualizations (note for Andrew: fon) - - dinamyc: animate points over a map (note for Andrew: Navy) + - static: provides a way to create heatmap like visualizations (note for Andrew: fon). see ``TorqueLayer`` + - dinamyc: animate points over a map (note for Andrew: Navy) see ``TiledTorqueLayer`` depending on the map provider you are using you need to use different layer type. Currently we provide layers for Google Maps and Leaflet.