From ce40fa608ecd4a61e85ce8069b56a219b12efed8 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 8 Jun 2015 14:31:04 -0400 Subject: [PATCH] Clarify bounds meaning in template view --- docs/Map-API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index 1d88f98f..2f9e30ec 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -429,10 +429,10 @@ POST /api/v1/map/named - **lng** The longitude to use for the center - **lat** The latitude to use for the center - **bounds** - - **west**: The western point for the bounding box - - **south**: The southern point for the bounding box - - **east**: The eastern point for the bounding box - - **north**: The northern point for the bounding box + - **west**: LowerCorner longitude for the bounding box, in decimal degrees (aka most western) + - **south**: LowerCorner latitude for the bounding box, in decimal degrees (aka most southern) + - **east**: UpperCorner longitude for the bounding box, in decimal degrees (aka most eastern) + - **north**: UpperCorner latitude for the bounding box, in decimal degrees (aka most northern) #### Template Format