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

JSON API - Missing attributes #626

Open
4 tasks
ewlarson opened this issue Dec 3, 2024 · 0 comments
Open
4 tasks

JSON API - Missing attributes #626

ewlarson opened this issue Dec 3, 2024 · 0 comments
Assignees

Comments

@ewlarson
Copy link
Contributor

ewlarson commented Dec 3, 2024

The BTAA Geoportal has a JSON API:
https://geo.btaa.org/?format=json&search_field=all_fields&q=

Using that JSON API and bolt.new, I created an example React application to display data from the BTAA Geoportal:
https://cheery-sunburst-777cea.netlify.app/ (Note: this app could go down anytime).

Screenshot 2024-12-03 at 4 12 32 PM
Screenshot 2024-12-03 at 4 12 40 PM
Screenshot 2024-12-03 at 4 12 45 PM

However, to make a fully featured React app, via our Geoportal JSON API, we need to expose some additional data attributes:

  • dct_references_s — to access external downloads or IIIF imagery, etc.
  • item_viewer — so we can call the GBL Javascript library and display map layer previews, IIIF images, etc.
  • centroids — homepage visualization
  • locn_geometry — for result hit visualization

Likely more.

@ewlarson ewlarson self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant