Skip to content

Commit

Permalink
Merge pull request #102 from Phyks/issue101
Browse files Browse the repository at this point in the history
Oneway arrow should be grey when oneway for all vehicles. Fix #101
  • Loading branch information
Phyks committed Mar 12, 2019
2 parents b321bdc + ed01aef commit 42adfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labels.mss
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
marker-max-error: 0.5;
marker-spacing: 100;
marker-fill: #777777;
[oneway_bicycle = 'yes'] {
[oneway != 'yes'][oneway_bicycle = 'yes'] {
marker-fill: #00f;
}
[highway='cycleway'] {
Expand Down

0 comments on commit 42adfbf

Please sign in to comment.