7 Api changes between v2.2 and v2.3
Dane Springmeyer edited this page 2014-08-12 13:42:06 -07:00

Removed

  • filter_factor removed from GDAL datasource options. This has always been available as a RasterSymbolizer property and can continue to be set there.

Changed

  • colorize-alpha filter now takes a single color argument (rather than requiring more than one) and will use this single color to paint in place of the existing alpha values.
  • Text label-position-tolerance is now a double rather than unsigned (dcbbcdd8a9)

Deprecated

  • bilinear8 (raster scaling option) is not recommended for use and will be removed at Mapnik 3.x

Added