diff --git a/examples/navy_leaflet.html b/examples/navy_leaflet.html
index 3f2561e..4c47ade 100644
--- a/examples/navy_leaflet.html
+++ b/examples/navy_leaflet.html
@@ -23,7 +23,7 @@
'-torque-aggregation-function: "count(cartodb_id)";',
'-torque-frame-count: 760;',
'-torque-animation-duration: 15;',
- '-torque-resolution: 2',
+ '-torque-resolution: 1',
'}',
'#layer {',
' marker-width: 3;',
@@ -57,7 +57,9 @@
table : 'ow',
cartocss: CARTOCSS
});
+
torqueLayer.addTo(map);
+ //torqueLayer.setStep(30);
torqueLayer.play()