Updated API changes between v3.0 and v3.1 (markdown)

lightmare 2019-08-12 16:45:45 +02:00
parent 0bb154a60e
commit 548f1509a0

@ -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
<!-- Mapnik 3.0 -->
<Parameter name="geometry_table">rolling stones</Parameter>
@ -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)).