remove double cdblatlng

This commit is contained in:
andrewxhill 2016-04-11 16:07:01 -04:00
parent 8e2e90221b
commit 571cf0e093

View File

@ -31,7 +31,7 @@ OBS_GetDemographicSnapshot({{point geometry}})
| Parameter | Description | Example |
|---|:-:|:-:|
| account name | The name of your CartoDB account where the Data Observatory has been enabled | example_account |
| point geometry | A WKB point geometry. You can use the helper function, CDB_LatLng to quickly generate one from latitude and longitude | CDB_LatLng(CDB_LatLng(40.760410,-73.964242)) |
| point geometry | A WKB point geometry. You can use the helper function, CDB_LatLng to quickly generate one from latitude and longitude | CDB_LatLng(40.760410,-73.964242) |
### API Example