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 Mapbox Style support #34

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

Commits on Sep 25, 2024

  1. Serve chart tiles from path outside of /resources/charts.

    Removing the use of a shared path aligns better with multi-provider support.
    Tile paths have a fully qualified path, remove use of relative path.
    panaaj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d5919ba View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 28, 2024

  1. TMS tiles path

    panaaj committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dfe4cd4 View commit details
    Browse the repository at this point in the history
  2. Update tests.

    panaaj committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dd3123b View commit details
    Browse the repository at this point in the history
  3. Add MapBox auth token config option.

    This is appended to the url path to the mapbox style json file.
    panaaj committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5b4f651 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Revert to use of relative paths for map tiles url.

    Ensure operation behind proxy is not impacted.
    panaaj committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a0b4909 View commit details
    Browse the repository at this point in the history
  2. Revert to use of relative paths for map tiles url.

    Ensure operation behind proxy is not impacted.
    panaaj committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a037b1c View commit details
    Browse the repository at this point in the history
  3. chore: doc

    panaaj committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e4aaa11 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ae72a4a View commit details
    Browse the repository at this point in the history
  2. remove watcher parameters

    panaaj committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    46e834e View commit details
    Browse the repository at this point in the history
  3. Fix test.

    panaaj committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ba0c4bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55f4775 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

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

Commits on Oct 20, 2024

  1. Align chart types

    panaaj committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5163475 View commit details
    Browse the repository at this point in the history
  2. chore: docs

    panaaj committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    67ae54e View commit details
    Browse the repository at this point in the history
  3. bump version

    panaaj committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    4a8e515 View commit details
    Browse the repository at this point in the history
  4. chore: docs

    panaaj committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0d82e9a View commit details
    Browse the repository at this point in the history