Lots to potentially do here. Vanilla GeoBlacklight's implementation (also used by BTAA) displays the features in a table below the viewer, which doesn't work since...all we have here is the viewer. Earthworks does it using a panel inside the viewer:
Can we improve on this UI? What about putting the inspection details as a panel inside our existing sidebar?
How can we offer a useful inspection preview for:
- Raster data
- Vector data
- Index maps
Relevant code in GeoBlacklight (although specific to leaflet) is inspection.js.