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 self-reported operation URLs from capability documents #69

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

Commits on Sep 24, 2024

  1. Read operation URLs from WMS capabilities

    WMS Capabilities documents self-report the URLs to be used
    for operations. These self-reported URLs should be used
    rather than the URL used to retrieve the capabiliites.
    ejn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ee641df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad50a0 View commit details
    Browse the repository at this point in the history
  3. Skip testing results before WMS caps loaded

    Due to the mocking of the async loading of the capabilities
    the loading occurs instantaneously and the state before they
    are loaded is not tested correctly
    ejn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d94b6c View commit details
    Browse the repository at this point in the history
  4. Read operation URLs from WFS capabilities

    WFS Capabilities documents self-report the URLs to be used
    for operations. These self-reported URLs should be used
    rather than the URL used to retrieve the capabiliites.
    ejn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    26220fb View commit details
    Browse the repository at this point in the history
  5. Skip testing results before WFS caps loaded

    Due to the mocking of the async loading of the capabilities
    the loading occurs instantaneously and the state before they
    are loaded is not tested correctly
    ejn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    11a22aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e28b815 View commit details
    Browse the repository at this point in the history