We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--bounding-box
The current v1 parameter is a bit ideosyncratic, with its space separated values, not using abbreviated bbox.
Proposal:
--bbox
--bounding-box-crs
--bbox-crs
This is expected to be a breaking change? Or allow both types of values.
The text was updated successfully, but these errors were encountered:
feat: rename bbox parameters
65ed382
fixes: Make `--bounding-box` less ideosyncratic #18
Note that the order in --bounding-box is WESN; in ?bbox= is WSEN.
?bbox=
Suggestion:
"w e s n"
"w,s,e,n"
"w,s,_,e,n,_"
Sorry, something went wrong.
382afb7
redmer
No branches or pull requests
The current v1 parameter is a bit ideosyncratic, with its space separated values, not using abbreviated bbox.
Proposal:
--bbox
, rename--bounding-box-crs
to--bbox-crs
.This is expected to be a breaking change? Or allow both types of values.
The text was updated successfully, but these errors were encountered: