For point vector layer render with 'displacement point', when 'Filter
Legend By Map Content' is activated, the legend is not rendered even
if it has to be.
It's due to QgsPointDisplacementRenderer that embedded the real
renderer.
The solution proposed in this patch is to get the embedded renderer
for QgsPointDisplacementRenderer.
This change adds a new descending vertical direction mode for
map grid annotations. Previously only ascending text was
supported for vertical annotations.
Previous behaviour was to clip transformed grid lines to the visible
map extent. This caused problems if a map item had no border (a
solid line would be shown along the map extent), and also meant
that reprojected lines which crossed out of the map extent and back
in again did not have annotations or grid frame markings shown.
Also implement an improved logic for detecting the map frame side
for annotations.
Compared translations manually with source and transifex and uploaded every translation with more strings in source to transifex.
From now on only transifex will be pulled and only english source will be updated.
Signed-off-by: Werner Macho <werner.macho@gmail.com>
A crash may occur when using custom layer tree in composer legend and layer from that tree is removed from registry.
This would happen only in some code paths.
The following snippet did not take attribut changes that have not been commited
into account.
layer.getFeatures( QgsFeatureRequest( fid ) ).next()
Fixes the VectorLayer test
HTTP Request handler now manages HTTP request and response.
* added methods to manage HTTP response headers
* added methods to manage response body
* added accessors API methods for request parameters and
response headers and body
Conflicts:
src/mapserver/qgswmsserver.cpp
Funded by ItOpen - http://www.itopen.it
Previously, for rotated maps or reprojected grids, the composer would
draw all coordinates for every map side. This resulted in a mix of
latitude/y and longitude/x coordinates showing on a side. This change
allows users to control whether they want all coordinates, latitude
only or longitude only for each map frame side. Similar options have
also been added for controlling how a map grid frame is divided.
In related news... the composer map dialog is now the ugliest,
most cluttered and un-user friendly dialog in all of QGIS. I'd
love suggestions/mockups from the UX team for ways this could
be improved.