From d47d3484babcbce060bf6262238e8c006c5cc07e Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Fri, 14 Sep 2018 12:09:54 -0400 Subject: [PATCH] explain what Coanacatl does --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab14183..e816c985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG v2.1.0 ------ -* Add new coanacatl driver; like the existing MVT driver, but using coanacatl instead of mapbox_vector_tile. [PR #350](https://github.com/tilezen/tilequeue/pull/350). +* Add new coanacatl driver; like the existing MVT driver, but using coanacatl (which wraps wagyu and vtzero) instead of mapbox_vector_tile. [PR #350](https://github.com/tilezen/tilequeue/pull/350). * Switch `whosonfirst.mapzen.com` to `whosonfirst.org`. [PR #333](https://github.com/tilezen/tilequeue/pull/333) and [vector-datasource/1489](https://github.com/tilezen/vector-datasource/pull/1489). * Add new source for `tilezen.org` related to buffered land and marine boundaries. [PR #330](https://github.com/tilezen/tilequeue/pull/330) and [vector-datasource/1482](https://github.com/tilezen/vector-datasource/issues/1482). * Add admin areas. [PR #338](https://github.com/tilezen/tilequeue/pull/338) and [vector-datasource/1499](https://github.com/tilezen/vector-datasource/pull/1499).