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

Update geoservice URLs in FE #1039

Open
3 of 5 tasks
alexandersimoes opened this issue Aug 11, 2023 · 0 comments · Fixed by #1044
Open
3 of 5 tasks

Update geoservice URLs in FE #1039

alexandersimoes opened this issue Aug 11, 2023 · 0 comments · Fixed by #1044
Assignees

Comments

@alexandersimoes
Copy link

alexandersimoes commented Aug 11, 2023

New URL format looks like this:

https://geoservice.datausa.io/api/neighbors/04000US25

We need to replace this in 3 places in the codebase:

  • api/crosswalks.js
  • api/election.js
  • canon.js

And in these generators:

  • Geo-Service (States) in the location profile
  • Geo-Service (Tracts) in the location profile

You will see URLs that look like this:
${CANON_LOGICLAYER_CUBE}/geoservice-api/neighbors/${id}

And those should be changed to this format:
${CANON_GEOSERVICE_API}/api/neighbors/${id}

@alebjanes alebjanes linked a pull request Sep 8, 2023 that will close this issue
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 a pull request may close this issue.

2 participants