Render aeroway apron areas
ClosedPublic

Authored by sanjibanb on Aug 13 2016, 10:07 PM.

Details

Reviewers
nienhueser
rahn

Diff Detail

Repository
R34 Marble
Lint
Lint Skipped
Unit
Unit Tests Skipped
sanjibanb updated this revision to Diff 5899.Aug 13 2016, 10:07 PM
sanjibanb retitled this revision from to Render aeroway apron areas.
sanjibanb updated this object.
sanjibanb edited the test plan for this revision. (Show Details)
sanjibanb added reviewers: nienhueser, rahn.
sanjibanb set the repository for this revision to R34 Marble.
sanjibanb added a project: Marble.
sanjibanb added a subscriber: Marble.
nienhueser edited edge metadata.Aug 14 2016, 7:20 AM

Looks good, but rendering-wise I'd prefer to render highways on top of it (i.e. add an appropriate entry in StyleBuilder::renderOrder() that places it below of highways).

src/lib/marble/StyleBuilder.cpp
673

I'd render it like osm-carto without an outline. Changing the last parameter to false should accomplish that.

sanjibanb marked an inline comment as done.Aug 14 2016, 8:08 AM
sanjibanb added inline comments.
src/lib/marble/StyleBuilder.cpp
673

Okay. Changed that and made the outline color Qt::transparent as well.

sanjibanb updated this revision to Diff 5903.Aug 14 2016, 8:09 AM
sanjibanb edited edge metadata.
sanjibanb marked an inline comment as done.
nienhueser accepted this revision.Aug 14 2016, 8:23 AM
nienhueser edited edge metadata.

Please push.

This revision is now accepted and ready to land.Aug 14 2016, 8:23 AM
sanjibanb closed this revision.Aug 14 2016, 8:26 AM

Thanks. Pushed.