Skip to content

Update geoservice URLs in FE #1039

@alexandersimoes

Description

@alexandersimoes

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}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions