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 ocean areas lighter, and river areas and lines darker #4128

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

Commits on Apr 27, 2020

  1. Create darker river-color for river & canal areas and ditch, drain, s…

    …tream, canal & river lines
    
    Change river color to #8fcadd - Lch(78,21,227)
    The color of river, canal, ditch and drain lines is changed to `@river-color` in `#8fcadd` to be more visible over forest and other dark landcover areas.
    The color of river and canal areas is changed to match. This also improves mapper feedback about tagging of water areas
    Added a new intermittent_river.png pattern in the new river-color
    jeisenbe committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    19cd28f View commit details
    Browse the repository at this point in the history
  2. Create ocean-color #b9d3dc for salt water

        Adds @ocean-color: #b9d3dc - Lch(83,10,227), 5 lower chroma and 1 higher lightness than water-color
    jeisenbe committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    5b51994 View commit details
    Browse the repository at this point in the history
  3. Adjust water colors to be slightly higher chroma, consistent hue

    @water-color: #a2d1e0;     // Lch(81,17,227)
    @ocean-color: #b5d7e3;     // Lch(84,13,227)
    @river-color: #8fcadd;     // Lch(78,21,227)
    jeisenbe committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a04f870 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Fixing ferry routes over variable color water.

    This is not a perfect solution and depends on river color being
    the darkest but it seems to work all right even on ocean.
    imagico authored and jeisenbe committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    4c2fc07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9658470 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    99702fe View commit details
    Browse the repository at this point in the history