[Marble-devel] Review Request 124074: Implemented outlines for GeoLineStringGraphicsItems.
Dávid Kolozsvári
freedawson at gmail.com
Wed Jun 24 18:42:46 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124074/
-----------------------------------------------------------
(Updated June 24, 2015, 6:42 p.m.)
Status
------
This change has been discarded.
Review request for Marble.
Repository: marble
Description
-------
This patch adds support for outlines on `GeoLineStringGraphicsItems`, which represent the roads, streets, paths and ways on the OSM vector tiles. The main idea is to draw behind every `GeoLineStringGraphicsItem` the same line(implemented a `GeoLineStringGraphicsItem::copyAsOutline()` function for this purpose) with the pen color(outline color) and the original line on top of that with the brush color(fill color) and a little thinner.
Painting these outlines have a small impact on the performance: cca. 10 ms(on my laptop) on a large map, which has 2000+ lines. Because of that, this feature can be disabled if map quality is set to `Low` or `Outline`.
On the other hand, I've added some new features to `GeoDataVisualCategory`, like `HighwayCycleway` and `HighwayFootway`, which are now rendered correctly on OSM vector tiles.
Diffs
-----
src/lib/marble/geodata/data/GeoDataFeature.h ea23cd8
src/lib/marble/geodata/data/GeoDataFeature.cpp 6f330fb
src/lib/marble/geodata/data/GeoDataFeature_p.h 496c356
src/lib/marble/geodata/graphicsitem/GeoLineStringGraphicsItem.h 4842809
src/lib/marble/geodata/graphicsitem/GeoLineStringGraphicsItem.cpp 4320c07
src/lib/marble/layers/GeometryLayer.cpp 9eb3f50
Diff: https://git.reviewboard.kde.org/r/124074/diff/
Testing
-------
The performance impact is acceptable, the result is ok and works for me.
Thanks,
Dávid Kolozsvári
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/marble-devel/attachments/20150624/2f10f78b/attachment.html>
More information about the Marble-devel
mailing list