Add layer buffer-size to changelog - refs #1566,#1545,#781

This commit is contained in:
Dane Springmeyer 2013-01-15 18:56:50 -08:00
parent 18e23be9c0
commit 1d7a4757d4

View file

@ -8,6 +8,12 @@ For a complete change history, see the git log.
## Future
- Added Layer `buffer-size` that can be used to override Map `buffer-size` to avoid
over-fetching of data that does not need to be buffered as much as other layers.
Map level `buffer-size` will be default if layers do not set the option. Renamed a
previously undocumented parameter by the same name that impacted clipping extent and
was not needed (clipping padding should likely be a symbolizer level option) (#1566)
- Fixed building symbolizer rendering to be fully sensitive to alpha (8b66128c892 / bc8ea1c5a7a)
- Added 64 bit integer support in the grid_renderer (#1662)