-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Björn Höfling
committed
Mar 18, 2021
1 parent
b1b9f76
commit e07d8bd
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ChangeLog | ||
|
||
### 3.28.0 | ||
|
||
* ChangeLog started. | ||
* Add Parameter tileBufferSize to TiledWmsLayer. | ||
- [Docs](http://mapfish.github.io/mapfish-print-doc/layers.html#Tiled%20Wms%20Layer) | ||
- [Example](https://github.com/mapfish/mapfish-print/blob/ed26974b8f274ee469b55b7fc7e38490673bf2a2/examples/src/test/resources/examples/printtiledwms/requestData-bbox-meta-tiled-wms1_1_1.json#L32) | ||
* Add new config Parameters tileBufferWidth and tileBufferHeight. | ||
- [Docs](http://mapfish.github.io/mapfish-print-doc/processors.html#!setTiledWms) | ||
- [Example](https://github.com/mapfish/mapfish-print/blob/ed26974b8f274ee469b55b7fc7e38490673bf2a2/examples/src/test/resources/examples/printtiledwms/config.yaml#L48) |