Created API changes between v3.0 and v3.1 (markdown)
parent
3d2f24b173
commit
e8207d8dd7
1 changed files with 14 additions and 0 deletions
14
API-changes-between-v3.0-and-v3.1.md
Normal file
14
API-changes-between-v3.0-and-v3.1.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Compiler must now support c++14 to build Mapnik 3.1.x
|
||||||
|
|
||||||
|
## Removed
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- PostGIS: Variables in postgis SQL queries must now be wrapped in `!`. In Mapnik 3.0.x you could supply `@foo` but now you must supply `!@foo!` - refs https://github.com/mapnik/mapnik/pull/3618
|
||||||
|
- PostGIS: the `geometry_table` argument must be quoted if it contains reserved words - refs https://github.com/mapnik/mapnik/pull/3618
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
TODO
|
Loading…
Reference in a new issue