Features
- Add support for --no-cache command line flag override (#517 @tierpod)
- Add support for per map tile buffers (#501 @tierpod)
- Added config option dont_clip to turn off layer clipping (#562 @paumas)
Bug Fixes
- Removed superfluous
sort.Int
to improve geoprocessing performance (#567 @vahid-sohrabloo) - provider/postgis: no error thrown when geoFieldname is missing (#590 @ARolek)
- server: User defined http response headers are not added to OPTIONS requests (#594 @ARolek)
- atlas: Handle empty geometry collections (#429 @paumas, @ARolek)
Maintenance