changed exmaple calls

This commit is contained in:
andrewxhill
2016-04-11 16:23:12 -04:00
parent 2658142358
commit 13901a123f
+4 -4
View File
@@ -69,17 +69,17 @@ OBS_GetSegmentationSnapshot({{point geometry}})
### API Examples
__Get the Segmentation Snapshot at Camp David__
__Get the Segmentation Snapshot around the MGM Grand__
```text
https://example_account.cartodb.com/api/v2/sql?q=SELECT * FROM
OBS_GetSegmentationSnapshot(CDB_LatLng(39.648333, -77.465))
OBS_GetSegmentationSnapshot(CDB_LatLng(36.10222, -115.169516))
```
__Get the Segmentation Snapshot at Morning Side Heights__
__Get the Segmentation Snapshot at CartoDB's NYC HQ__
```text
https://example_account.cartodb.com/api/v2/sql?q=SELECT * FROM
OBS_GetSegmentationSnapshot(CDB_LatLng(40.810201, -73.956601))
OBS_GetSegmentationSnapshot(CDB_LatLng(40.704512, -73.936669))
```
### API Response