whosonfirst / whosonfirst-www-spelunker

A simple Flask-based spelunker for poking around Who's On First data
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

Unable to click into a record with no wof:name #49

Open stepps00 opened 8 years ago

stepps00 commented 8 years ago

If a Who's On First record has no value in the wof:name field, it appears as shown below:

screen shot 2016-10-11 at 4 15 25 pm

This is problematic because the wof:name used as a link to view that specific record. So, no wof:name = no link.

Options could include linking to the record using the wof:id instead of the wof:name or adding NULL as a name placeholder to link from. There is the workaround of just copying the wof:id into the URL, so this issue is not urgent (and that still doesn't solve why we have features with no wof:name to begin with).

Screenshot of this problem in context of the Spelunker view:

screen shot 2016-10-11 at 4 01 51 pm