1000x
Pablo Alonso Garcia 7 years ago
parent ae5afddba7
commit c998860ad3

@ -29,7 +29,6 @@ The simplest way to use a visualization with Torque is...
...
<body>
<div id="map"></div>
</body>
...
<script>
// define the torque layer style using cartocss
@ -76,6 +75,7 @@ The simplest way to use a visualization with Torque is...
torqueLayer.addTo(map);
torqueLayer.play()
</script>
</body>
```
[Grab the complete example source code](https://github.com/CartoDB/torque/blob/master/examples/navy_leaflet.html)

Loading…
Cancel
Save