[symbology] Fix custom dash pattern for line with an hairline (i.e. 0) width
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
Fix exception when reloading plugins
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
Add missing /Transfer/ annotation
rldhont <rldhont@gmail.com> 2019-04-19
[Tests][Server] WMTS - use resolution for bbox calculation
rldhont <rldhont@gmail.com> 2019-04-19
[Bugfix][Server] WMTS - use resolution for bbox calculation
Because of the limit of double size in C++, it's bettre to use the resolution instead of the scale denominator for calculating tiles extent.
nirvn <nirvn.asia@gmail.com> 2019-04-22
Turn antialiasing flag on when rendering legend symbol preview
nirvn <nirvn.asia@gmail.com> 2019-04-22
Turn antialising render flag on when appropriate in QgsRenderContext::fromQPainter()
Merge: 8e19a3293b 434df5befd
Blottiere Paul <blottiere.paul@gmail.com> 2019-04-24
Merge pull request #9841 from signedav/default_symbol_scale_bp_34
[server] Default scale/mupmm on GetLegendGraphics
David Signer <david@opengis.ch> 2019-04-24
correct images for test from the travis build
David Signer <david@opengis.ch> 2019-04-24
fix comment since 3.4
Martin Dobias <wonder.sk@gmail.com> 2019-04-22
[3d] fix shading of 3D point symbols
The vertex shader was incorrectly transforming world position and normal
vectors for phong shading. This was causing wrong appearance that was noticeable
when moving/rotating camera (e.g. specular reflection was always in the same place).
This was caused by involving view matrix (i.e. camera position and orientation)
to the vectors, but the world position and normal should be independent from camera.
David Signer <david@opengis.ch> 2019-04-22
gui fix for default symbol scale
David Signer <david@opengis.ch> 2019-04-22
not using mContext from future integration received by cherry-pick
David Signer <david@opengis.ch> 2019-04-02
backport for default map scale / default map units per mm in project for the case that GetLegendGraphic request does not pass parameters to calculate map unit sized symbol size