From 989e7529593160410aa3393d94801b60b6365a5a Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Wed, 18 Feb 2015 15:12:43 +0100 Subject: [PATCH 1/5] Display master build status it doesn't make sense to display errors from other branches/pr --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed6dea27..3cb2b036 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Windshaft-CartoDB ================== -[![Build Status](http://travis-ci.org/CartoDB/Windshaft-cartodb.png)] -(http://travis-ci.org/CartoDB/Windshaft-cartodb) +[![Build Status](https://travis-ci.org/CartoDB/Windshaft-cartodb.svg?branch=master)](https://travis-ci.org/CartoDB/Windshaft-cartodb) This is the CartoDB map tiler. It extends Windshaft with some extra functionality and custom filters for authentication From e0dba85f676cd58b775097b96f53ad9d015c6d63 Mon Sep 17 00:00:00 2001 From: Santiago Giraldo Anduaga Date: Thu, 19 Feb 2015 13:05:39 -0500 Subject: [PATCH 2/5] 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. From 10acdc4615e87b3096af8f00d1cb669fc470e82f Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 20 Feb 2015 10:28:53 +0100 Subject: [PATCH 3/5] Upgrades windshaft to 0.37.5 --- NEWS.md | 3 +++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7939285b..0abf99f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ 1.28.5 -- 2015-mm-dd -------------------- +Announcements: +- Upgrades windshaft to [0.37.5](https://github.com/CartoDB/Windshaft/releases/tag/0.37.5) + 1.28.4 -- 2015-02-18 -------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2e52be20..3e371fda 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -181,8 +181,8 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" }, "windshaft": { - "version": "0.37.4", - "from": "windshaft@~0.37.4", + "version": "0.37.5", + "from": "windshaft@~0.37.5", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index 806898e7..d63a8cd1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0", "underscore" : "~1.6.0", "dot": "~1.0.2", - "windshaft": "~0.37.4", + "windshaft": "~0.37.5", "step": "~0.0.5", "queue-async": "~1.0.7", "request": "~2.9.203", From b0624582d928f6d42b0296f6c734c48144af7e11 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 20 Feb 2015 10:30:27 +0100 Subject: [PATCH 4/5] Release 1.28.5 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 0abf99f4..620ebc0d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -1.28.5 -- 2015-mm-dd +1.28.5 -- 2015-02-20 -------------------- Announcements: From 1771313bea7f405398455f2f38f0485f8218e6a5 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 20 Feb 2015 10:32:12 +0100 Subject: [PATCH 5/5] Stubs next version --- NEWS.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 620ebc0d..1945ac26 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +1.28.6 -- 2015-mm-dd +-------------------- + + 1.28.5 -- 2015-02-20 -------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3e371fda..e33b4102 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "windshaft-cartodb", - "version": "1.28.5", + "version": "1.28.6", "dependencies": { "cartodb-psql": { "version": "0.4.0", diff --git a/package.json b/package.json index d63a8cd1..b6ebb47b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "windshaft-cartodb", - "version": "1.28.5", + "version": "1.28.6", "description": "A map tile server for CartoDB", "keywords": [ "cartodb"