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

1154 nc boundaries not rendering on dev site #1225

Merged
merged 3 commits into from
Jun 2, 2022

Conversation

nichhk
Copy link
Member

@nichhk nichhk commented Jun 1, 2022

Fixes #1154, #1155

In this PR, we stopped calling or handling getRequestTypes, but we forgot to comment out the actual web request. This caused a shifting error where ncGeoJson actually turns out to be agencies.

Coincidentally, this also makes the auto-complete for the "Council" tab work! The shifting error caused this bug as well.

boundaries-auto-compl

Bonus: this also fixes address searching.
address-search

Note: It's generally a bad practice to leave commented-out code. It makes it very difficult to read the code (why is this commented out? Is this still needed? Is the implementation of the commented-out code correct?). But I'm going to leave it here since I have no idea why we got rid of getRequestTypes.

  • Up to date with dev branch
  • Branch name follows guidelines
  • All PR Status checks are successful
  • Peer reviewed and approved

Any questions? See the getting started guide

@nichhk nichhk linked an issue Jun 1, 2022 that may be closed by this pull request
@nichhk nichhk requested review from adamkendis and joshuayhwu and removed request for adamkendis June 2, 2022 00:04
Copy link
Contributor

@joshuayhwu joshuayhwu left a comment

Choose a reason for hiding this comment

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

Looks good!

@nichhk
Copy link
Member Author

nichhk commented Jun 2, 2022

Thanks Josh!

@nichhk nichhk merged commit 5c61792 into dev Jun 2, 2022
@nichhk nichhk deleted the 1154-nc-boundaries-not-rendering-on-dev-site branch June 2, 2022 05:05
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.

NC boundaries not rendering on dev site
2 participants