From e0dba85f676cd58b775097b96f53ad9d015c6d63 Mon Sep 17 00:00:00 2001 From: Santiago Giraldo Anduaga Date: Thu, 19 Feb 2015 13:05:39 -0500 Subject: [PATCH] Corrected DPI limits and jpeg quality Corrected DPI limits and JPEG quality @andrewxhill --- docs/Map-API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index 95cd1a47..2fe76644 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -789,7 +789,8 @@ 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. -* Resolution limitations for jpegs are at default a quality of 85. Limitations for quality are restricted to a maximum of XXX dpi. +* Image resolution by default is set to 72 DPI +* JPEG quality by default is 85% * Timeout limits for generating static maps are the same across the CartoDB Editor and Platform. It is important to ensure timely processing of queries.