Details
Details
- Reviewers
nienhueser rahn
Diff Detail
Diff Detail
- Repository
- R34 Marble
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
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. |
src/lib/marble/StyleBuilder.cpp | ||
---|---|---|
673 | Okay. Changed that and made the outline color Qt::transparent as well. |