Updated API changes between v3.0 and v3.1 (markdown)
parent
0bb154a60e
commit
548f1509a0
1 changed files with 2 additions and 1 deletions
|
@ -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)).
|
||||
|
|
Loading…
Reference in a new issue