This commit is contained in:
Francisco Dans 2016-01-14 12:14:05 +01:00
parent cd9e1a3457
commit b0e04b7611

View File

@ -115,7 +115,7 @@ Method | Options | Returns | Description
#### Example #### Example
SQL Example to limit the data used in the Torque map.§ SQL Example to limit the data used in the Torque map.
```js ```js
torqueLayer.setSQL("SELECT * FROM table LIMIT 100"); torqueLayer.setSQL("SELECT * FROM table LIMIT 100");