From 13901a123f923bf5a91d7ddd3b8c40ae85889e0d Mon Sep 17 00:00:00 2001 From: andrewxhill Date: Mon, 11 Apr 2016 16:23:12 -0400 Subject: [PATCH] changed exmaple calls --- doc/api_docs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api_docs.md b/doc/api_docs.md index 7990058..f97548c 100644 --- a/doc/api_docs.md +++ b/doc/api_docs.md @@ -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