From 3648b8b0b1b910157c1c05b204de32b20f5fa045 Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 17 Jan 2017 11:21:23 -0500 Subject: [PATCH] removed "default" from descriptions As per a customer Support inquiry, I removed "default" from the Static Maps Limits section, as it was confusing to the user that it implied --- docs/static_maps_api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/static_maps_api.md b/docs/static_maps_api.md index de539c50..736d90e0 100644 --- a/docs/static_maps_api.md +++ b/docs/static_maps_api.md @@ -146,9 +146,9 @@ It is important to note that generated images are cached from the live data refe ### Limits -* While images can encompass an entirety of a map, the default limit for pixel range is 8192 x 8192. -* Image resolution by default is set to 72 DPI -* JPEG quality by default is 85% +* While images can encompass an entirety of a map, the limit for pixel range is 8192 x 8192. +* Image resolution is set to 72 DPI +* JPEG quality is 85% * Timeout limits for generating static maps are the same across CARTO Builder and CARTO Engine. It is important to ensure timely processing of queries. ## Examples