From cceed1219e86f46588fa82479553e2da94b710c5 Mon Sep 17 00:00:00 2001 From: talaj Date: Mon, 2 Jul 2018 16:04:05 +0200 Subject: [PATCH] Updated API changes between v3.0 and v3.1 (markdown) --- API-changes-between-v3.0-and-v3.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-changes-between-v3.0-and-v3.1.md b/API-changes-between-v3.0-and-v3.1.md index 852c826..20f36ad 100644 --- a/API-changes-between-v3.0-and-v3.1.md +++ b/API-changes-between-v3.0-and-v3.1.md @@ -29,6 +29,7 @@ SELECT ... WHERE trait = !@variable! ## Added - PGraster: Variable interpolation just like PostGIS plugin (refs [#3618](https://github.com/mapnik/mapnik/pull/3618)). + - Geobuf input plugin (refs [3715](https://github.com/mapnik/mapnik/pull/3715)). - Layers can be nested, `comp-op` and `opacity` on Layer level are supported (refs [3474](https://github.com/mapnik/mapnik/pull/3474)). - `extend` option of TextSymbolizer (refs [3512](https://github.com/mapnik/mapnik/pull/3512)). - Text simple placement `C` for no displacement (refs [#3596](https://github.com/mapnik/mapnik/pull/3596)).