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

Use light map styles #1668

Closed
wants to merge 4 commits into from
Closed

Use light map styles #1668

wants to merge 4 commits into from

Commits on May 10, 2024

  1. feat(tiles): add protomaps base layer

    - free non-commercial API usage
    - less colourful layer blends better in the background
    - support for high-DPI / retina displays out of the box
    mxdvl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    05db3fd View commit details
    Browse the repository at this point in the history
  2. refactor: use mapState as dependency

    this does not trigger a re-render
    on every map movement by default,
    and removes the derived state
    mxdvl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f2ff5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249e818 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat(LooMap): use “light” style

    a mix of greys, greens and blues,
    which offers better contrast with
    the surrounding interface
    mxdvl committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bb3ec3f View commit details
    Browse the repository at this point in the history