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

talaj 2018-07-02 15:03:55 +02:00
parent b0215119ff
commit d97d9564fd

@ -24,6 +24,9 @@ SELECT ... WHERE trait = !@variable!
<Parameter name="geometry_table">"rolling stones"</Parameter>
```
- `load_map()` with `strict=true` throws an exception on duplicate style names. Refs [#3770](https://github.com/mapnik/mapnik/pull/3770), [#3917](https://github.com/mapnik/mapnik/pull/3917).
## Added
- PGraster: Variable interpolation just like PostGIS plugin (refs [#3618](https://github.com/mapnik/mapnik/pull/3618)).