From 548f1509a036ee1fdb8880ab36461acd73d0edf8 Mon Sep 17 00:00:00 2001 From: lightmare Date: Mon, 12 Aug 2019 16:45:45 +0200 Subject: [PATCH] Updated API changes between v3.0 and v3.1 (markdown) --- API-changes-between-v3.0-and-v3.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API-changes-between-v3.0-and-v3.1.md b/API-changes-between-v3.0-and-v3.1.md index 20f36ad..f406ab1 100644 --- a/API-changes-between-v3.0-and-v3.1.md +++ b/API-changes-between-v3.0-and-v3.1.md @@ -15,7 +15,7 @@ SELECT ... WHERE trait = @variable SELECT ... WHERE trait = !@variable! ``` - - PostGIS/PGraster: The `table`/`geometry_table`/`raster_table` parameter in XML style must be quoted if it would need quoting in SQL query (for example if it's a reserved word or multiple words; refs [#3618](https://github.com/mapnik/mapnik/pull/3618)): + - PostGIS & PGraster: The `table`/`geometry_table`/`raster_table` parameter in XML style must be quoted if it would need quoting in SQL query (for example if it's a reserved word or multiple words; refs [#3618](https://github.com/mapnik/mapnik/pull/3618)): ```xml rolling stones @@ -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)). + - PostGIS & PGraster: Datasource parameter `application_name` (refs [#3984](https://github.com/mapnik/mapnik/pull/3984)). - 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)).