Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render road ref along them, smaller cycle route shield, cleaning #233

Merged
merged 9 commits into from
Dec 1, 2019
Prev Previous commit
Next Next commit
  • Loading branch information
Florimondable committed Oct 8, 2019
commit dc3cfe09a4a71a8a1b79852408dcafb062e64f06
37 changes: 0 additions & 37 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1144,43 +1144,6 @@ come in as well.
line-join: round;
}

/* low maxspeed roads are bike friendly */
[type='pedestrian'],
[type='living_street'],
[type='service'],
[type='tertiary'],
[type='road'],
[type='unclassified'],
[type='residential'],
[type='tertiary_link'],
[type='secondary_link'],
[type='secondary'],
[type='primary_link'],
[type='primary'] {
[maxspeed_kmh<33]
{
line-color: @speed32-fill;
}
[maxspeed_kmh<21]
{
line-color: @speed20-fill;
}
[maxspeed_kmh<10],
[access='no'][bicycle!=null][bicycle!='no'],
[motor_vehicle='no'][bicycle!='no']
{
line-color: @speedWalk-fill;
}
/* Without that block the next cyclestreet block is not taken into account, why!?? */
[cyclestreet='yes'] {
line-color: @mixed-cycle-fill;
}
}

[cyclestreet='yes'] {
line-color: @mixed-cycle-fill;
}

/* -- widths -- */
line-width: 0;
[zoom>=11] {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.