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

feat: replace Trees with Captures and refactor code #99

Merged
merged 4 commits into from
May 26, 2021

Conversation

nmcharlton
Copy link
Collaborator

Resolves #3

Replaced all references to Trees in the Admin Panel with Captures throughout the codebase.
Removed some obsolete files and code.
Some additional refactoring to remove duplication.
Screenshot 2021-05-24 at 22 03 25
Screenshot 2021-05-24 at 21 35 37
Screenshot 2021-05-24 at 21 35 42
Screenshot 2021-05-24 at 21 36 00
Screenshot 2021-05-24 at 21 36 38

) {
const query = `https://nominatim.openstreetmap.org/reverse?format=jsonv2&lat=${payload.latitude}&lon=${payload.longitude}`;
const query = `https://nominatim.openscapturetmap.org/reverse?format=jsonv2&lat=${payload.latitude}&lon=${payload.longitude}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

@nmcharlton Seems like this may have replaced the 'tree' in 'street' with 'capture'

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Great spot!

@nmcharlton nmcharlton merged commit 7513e71 into Greenstand:master May 26, 2021
@nmcharlton nmcharlton deleted the 3-trees-to-captures branch May 26, 2021 16:03
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.

Change all 'trees' terminology to 'captures'
2 participants