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

Add a hillshade layer #1157

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Add a hillshade layer #1157

wants to merge 13 commits into from

Commits on Sep 18, 2024

  1. Add a hillshade layer

    jleedev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6fb25d0 View commit details
    Browse the repository at this point in the history
  2. Move hillshade under water

    jleedev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e12f62c View commit details
    Browse the repository at this point in the history
  3. Changed the hillshade colors

    jleedev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    56760ba View commit details
    Browse the repository at this point in the history
  4. Fade out more slowly

    jleedev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ad3e8cb View commit details
    Browse the repository at this point in the history
  5. Add a toggle button

    jleedev committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ff4bcd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    6eeca39 View commit details
    Browse the repository at this point in the history
  2. Increase hillshade source from 12 to 13.

    It still avoids strong artifacts and maplibre-gl 4 is using much less
    memory.
    
    Reduce maximum hillshade-exaggeration from 1 to 0.5.
    The default is 0.5; going higher throws away contrast.
    jleedev committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0f98db3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    4025dcb View commit details
    Browse the repository at this point in the history
  2. Darken shadow

    jleedev committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    607eeff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1394349 View commit details
    Browse the repository at this point in the history
  4. correct import

    jleedev committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    021c041 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fade out even less

    Really the purpose is to avoid filling the screen with dark gray when overzooming on a hill (and instead to fill the screen with a nice beige).
    jleedev authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4977f95 View commit details
    Browse the repository at this point in the history
  2. Bump version

    jleedev committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ca32102 View commit details
    Browse the repository at this point in the history