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

Add locality ID/name in list view (where placetype < locality) #116

Open thisisaaronland opened 7 years ago

thisisaaronland commented 7 years ago

Currently we have Boulangerie Guillaume — this is a venue in Canada that we believe to be open.

What we really want is ...a venue in <span class="namify" data-wof-id="{LOCALITY_ID}">{LOCALITY_ID}</span> Canada... and then to invoke mz.wof.namify() which I think is already happening.

Bonus points for hiding the span until it gets namified.