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 support for a filename format that allows one to specify the various parameters to the snap #25

Open
gdey opened this issue Nov 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@gdey
Copy link
Member

gdey commented Nov 9, 2018

Currently snap takes a lot of params, it would be nice to be able to have the filename state the params:

ie.

$ snap generate
 "san_diego_@-116.999999999999957,32.750000000000128,-117.250000000000000,32.500000000000000z12.5#3.0.jpg"

would be equalivent to:

$ snap generate generate --zoom=12 --bounds="-116.999999999999957,32.750000000000128,-117.250000000000000,32.500000000000000" --ppiratio=3.0 "san_diego_@-116.999999999999957,32.750000000000128,-117.250000000000000,32.500000000000000z12.5#3.0.jpg"
@gdey gdey added the enhancement New feature or request label Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant