Open thomasxwright opened 1 year ago
Ula-ai-hawane
has a picture of a finch, alt tag is 'Stub icon'
In the backend I've implemented a temporary fix. Inside BirdObj.js which the backend uses to organize bird info from the json pulled from the database.
inside .images, I added a simple filter which pulls out any images whose alt text is 'icon'
This doesn't fix some icons like for the ula-ai-hawane, which has an image whose alt text is 'Stub icon'. But I'm leaving that there for now.
"Waterfowl hunters"
another icon, as seen in mourning dove page.
Horned grebe for example has some images that are unrelated. Their alt tags are 'icon' so use that to filter them out.
Short term: don't display items whose alt tag is 'icon'
long term: prune them from the database.