When e.g. calling createWayStyle then NEVER do this:

Authored by rahn on Nov 14 2016, 1:09 PM.

Description

When e.g. calling createWayStyle then NEVER do this:

createWayStyle("#E0DDCD", "#E0DDCD", true, true);

It doesn't make sense to have the outline enabled
sporting the same color as the filling.

It just decreases performance (since that outline has
to be drawn) and decreases the crispness of the polygon
for no good reason.

Details

Committed
rahnNov 14 2016, 1:09 PM
Parents
R34:0c338b2036f9: Remove write-only, unitialized variable
Branches
Unknown
Tags
Unknown