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

geozero-cli: HTTP FGB can write to any output #172

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

michaelkirk
Copy link
Member

Previously only SVG and json outputs were allowed.

There was a separate code path for handling http input, and we (myself included) failed to keep that code path updated as new output formats were added. This PR combines the code paths.

Previously only SVG and json outputs were allowed.
@michaelkirk
Copy link
Member Author

The build failure (new clippy lints from latest rust, unrelated to this PR) addressed in #173

Copy link
Member

@pka pka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pka
Copy link
Member

pka commented Sep 10, 2023

Remark: With the latest https://github.com/pka/http-range-client we could now read all formats over HTTP (or at least single file formats). But that's another PR.

@pka pka merged commit 2123706 into georust:main Sep 13, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants