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 NL signals #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 19, 2023

  1. Support NL main and distant signals

    Departure signals
    
    Departure signals
    
    revert root departure
    
    remove unneeded distant
    
    symbols without pole
    
    Max speed light signals NL
    
    Repeated main light
    
    Fix a missing departure signal tagging combination
    
    revert maxspeed_signals.mss whitespace changes
    
    another one
    
    Main repeated states check
    
    Remove NL:light as light forms because of invalid tagging
    
    order
    
    Add support for signal categories like NL:voor NL:hoofd en NL:snelheid
    
    Refactor to NL:hoofd for main signals with speed limit box
    
    Squashed commit of the following:
    
    commit 339512c
    Author: Hidde Wieringa <[email protected]>
    Date:   Thu Oct 26 20:39:31 2023 +0200
    
        Update resource URLs as well
    
    commit c6d63a9
    Author: Hidde Wieringa <[email protected]>
    Date:   Thu Oct 26 20:34:15 2023 +0200
    
        Modify Dutch icons to SVG
    
    commit 4a2a444
    Author: Hidde Wieringa <[email protected]>
    Date:   Wed Dec 28 17:03:15 2022 +0100
    
        Support NL main and distant signals
    
        Departure signals
    
        Departure signals
    
        revert root departure
    
        remove unneeded distant
    
        symbols without pole
    
        Max speed light signals NL
    
        Repeated main light
    
        Fix a missing departure signal tagging combination
    
        revert maxspeed_signals.mss whitespace changes
    
        another one
    
        Main repeated states check
    
        Remove NL:light as light forms because of invalid tagging
    
        order
    
    Clean up PNG files
    hiddewie committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    1fd817d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Remove SVG filters from NL signal icons and simplify SVG code

    The icons are rendered very small. Therefore, a softening filter around the
    lights will not influence the rendered result. In addition, the filters
    are not supported by Mapnik. This commit removes dashed strokes from the lights,
    too.
    Nakaner committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f1bad96 View commit details
    Browse the repository at this point in the history