We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New URL format looks like this:
https://geoservice.datausa.io/api/neighbors/04000US25
We need to replace this in 3 places in the codebase:
And in these generators:
Geo-Service (States)
Geo-Service (Tracts)
You will see URLs that look like this: ${CANON_LOGICLAYER_CUBE}/geoservice-api/neighbors/${id}
${CANON_LOGICLAYER_CUBE}/geoservice-api/neighbors/${id}
And those should be changed to this format: ${CANON_GEOSERVICE_API}/api/neighbors/${id}
${CANON_GEOSERVICE_API}/api/neighbors/${id}
The text was updated successfully, but these errors were encountered:
alebjanes
Successfully merging a pull request may close this issue.
New URL format looks like this:
https://geoservice.datausa.io/api/neighbors/04000US25
We need to replace this in 3 places in the codebase:
And in these generators:
Geo-Service (States)
in the location profileGeo-Service (Tracts)
in the location profileYou 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}
The text was updated successfully, but these errors were encountered: