From a18b07fa849b8f589e7c3398dd0d748b89c8e9a7 Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 31 May 2016 12:33:15 -0400 Subject: [PATCH] rebranded name must appear in ALL CAPS --- doc/boundary_functions.md | 2 +- doc/measures_functions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/boundary_functions.md b/doc/boundary_functions.md index ad8c27e..9621455 100644 --- a/doc/boundary_functions.md +++ b/doc/boundary_functions.md @@ -2,7 +2,7 @@ Use the following functions to retrieve [Boundary](/carto-engine/data/overview/#boundary-data) data. Data ranges from small areas (e.g. US Census Block Groups) to large areas (e.g. Countries). You can access boundaries by point location lookup, bounding box lookup, direct ID access and several other methods described below. -You can [access](/carto-engine/data/accessing/#accessing-the-data-observatory) boundaries through the Carto Editor. The same methods will work if you are using the Carto Engine to develop your application. We [encourage you](/carto-engine/data/accessing/#best-practices) to use table modifying methods (UPDATE and INSERT) over dynamic methods (SELECT). +You can [access](/carto-engine/data/accessing/#accessing-the-data-observatory) boundaries through the CARTO Editor. The same methods will work if you are using the CARTO Engine to develop your application. We [encourage you](/carto-engine/data/accessing/#best-practices) to use table modifying methods (UPDATE and INSERT) over dynamic methods (SELECT). ## OBS_GetBoundariesByGeometry(polygon geometry, geometry_id text) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index 33ebcc0..a08406e 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -4,7 +4,7 @@ There are hundreds of measures and the list is growing with each release. You can currently discover and learn about measures contained in the Data Observatory by downloading our [Data Catalog](https://cartodb.github.io/bigmetadata/observatory.pdf). -You can [access](/carto-engine/data/accessing/#accessing-the-data-observatory) measures through the Carto Editor. The same methods will work if you are using the Carto Engine to develop your application. We [encourage you](/carto-engine/data/accessing/#best-practices) to use table modifying methods (UPDATE and INSERT) over dynamic methods (SELECT). +You can [access](/carto-engine/data/accessing/#accessing-the-data-observatory) measures through the CARTO Editor. The same methods will work if you are using the CARTO Engine to develop your application. We [encourage you](/carto-engine/data/accessing/#best-practices) to use table modifying methods (UPDATE and INSERT) over dynamic methods (SELECT). ## OBS_GetUSCensusMeasure(point geometry, measure_name text)