Updated Api changes between v2.3 and v3.0 (markdown)

Dane Springmeyer 2014-07-28 20:31:49 -07:00
parent 8f9547ca6c
commit b26753d0b2

@ -6,6 +6,7 @@
## Changed
- Made `clip:false` in all symbolizers (previous default was `clip:true`) - https://github.com/mapnik/mapnik/issues/2146
- In C++ `mapnik::Map::addLayer` was changed to `mapnik::Map::add_layer`
- In C++ `mapnik::Map::removeLayer` was changed to `mapnik::Map::remove_layer`
- In C++ `mapnik::Map::getLayer` was changed to `mapnik::Map::get_layer`