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

Correct rendering of highway=path in tunnels #384

Merged
merged 5 commits into from Mar 11, 2014

Commits on Mar 3, 2014

  1. Copy the full SHA
    3c74350 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    541aa94 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Do not hide some bridges in z12/z13

    - Do not hide secondary road bridges on z12
    - Do not hide tertiary, residential, unclassified, and road bridges on z13
    
    Conflicts:
    
    	roads.mss
    matthijsmelissen committed Mar 4, 2014
    Copy the full SHA
    c60c077 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2014

  1. Collapse definitions for normal roads, tunnels and bridges

    This collapses, per road type, definitions that are the same for normal
    roads, tunnels and/or bridges.
    In addition, it gives some instances clearer names.
    This makes it more easy to maintain the code, and to detect inconsistent
    definitions.
    
    Changes in rendering:
    * Render minor service roads on bridges and tunnels smaller and on higher
      zoomlevels only, just like minor service roads that are not on a
      bridge or tunnel. This solves gravitystorm#269 on Github and 3883 on trac.
    * Restore bridges of bridleway, footway, cycleway, path, lightrail on
      z13.
    matthijsmelissen committed Mar 6, 2014
    Copy the full SHA
    0619b0b View commit details
    Browse the repository at this point in the history
  2. Correct rendering of highway=path in tunnels

    - Make background of path in tunnels wider, so that it does not
      disappear below the path itself
    - Line-opacity of background of path should only apply to regular
      roads, not to tunnels
    matthijsmelissen committed Mar 6, 2014
    Copy the full SHA
    593e73f View commit details
    Browse the repository at this point in the history