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

Geo Scope method added #81

Closed
wants to merge 3 commits into from
Closed

Conversation

amit4m2008
Copy link

Added the geo_scope method for old gem support.

units = extract_units_from_options(options)
formula = extract_formula_from_options(options)
bounds = extract_bounds_from_options(options)

Choose a reason for hiding this comment

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

Trailing whitespace detected.

@mnoack
Copy link
Member

mnoack commented Jul 17, 2015

A few things. Can you tell me why it should support an old method?

Once you've done that you'll need to add appropriate tests and the method itself looks a bit complex so perhaps sub-components should become private methods or the method could be extracted into a class.

@mnoack
Copy link
Member

mnoack commented Sep 16, 2016

Closed as it's got conflicts, and it was failing tests. If you can rebase this off master, resolve conflicts, and the tests pass I'll reconsider the PR.

@mnoack mnoack closed this Sep 16, 2016
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.

None yet

3 participants