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 oneway roads narrower #465

Closed

Commits on Apr 9, 2014

  1. Render oneway roads narrower

    Render oneway roads narrower than twoway roads for the types motorway, trunk, primary, secondary and tertiary.
    This is accomplished by making twoway motorways wider and oneway trunk/primary/secondary/tertiary roads narrower.
    More important road types are now always rendered wider than less important road types.
    
    Changes:
    - Twoway motorways are rendered wider
    - Oneway trunk/primary/secondary/tertiary roads are rendered narrower
    - Secondary is now narrower on z13/z14
    - Tertiary_link is now rendered just like tertiary
    - Round line caps on tertiary and larger are removed on regular roads to prevent gravitystorm#83
    All other road types are rendered as before.
    
    Further changes to the width of link roads are left for a future pull request.
    
    I tried to achieve the goal of making more important road types wider than less important ones while at the same time making as little changes to the roadsizes as possible. I think it would be worth for if someone with feeling for design has a closer look at the sizes as we have them now. It should be very easy to adapt now: one can just change the variables in the beginning of the style.
    
    I put the road sizes in a kind of table to make them more legible. If people think that's not practical, I can change it back to a list again.
    
    This pull request resolves gravitystorm#265 and gravitystorm#83 on Github and 1952 on trac.
    matthijsmelissen committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    6ffb89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b66e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a256cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10d67b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c54827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b105ca3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Change incorrect motorway into secondary

    Correct typo.
    matthijsmelissen committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    1706f39 View commit details
    Browse the repository at this point in the history