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

Generating profiles using profile rest API #76

Merged
merged 12 commits into from
May 22, 2024

Commits on May 21, 2024

  1. [core] Introduce SwissProfileSource, Generator and Results classes to…

    … create profiles via profile API
    gacarrillor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    dca2f45 View commit details
    Browse the repository at this point in the history
  2. Register custom profile source in QgsProfileSourceRegistry from plugi…

    …n's initGui() and unregister it from registry in plugin's unload()
    gacarrillor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f528648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49c4a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f85d41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23b839b View commit details
    Browse the repository at this point in the history
  6. Profile Generator: make sure feedback() is implemented (layout uses t…

    …his method), fix cross_section_geometries append
    gacarrillor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cc6bd36 View commit details
    Browse the repository at this point in the history
  7. To get meaningful value in exported 3d and 2d layers, set layerIdenti…

    …fier as swiss-profile-web-service
    gacarrillor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fd358e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46e8ea9 View commit details
    Browse the repository at this point in the history
  9. Check QGIS >= 3.37 to subclass profile sources (before that version, …

    …even if we can subclass it, we won't be able to register it anyways); handle exceptions when reading service responses
    gacarrillor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c600bef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5fe439 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65e1ee7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    692e75d View commit details
    Browse the repository at this point in the history