<% if @key == '{{{key}}}' %> taginfo [More...]

Statistics about the key will appear here.

<% elsif @dbkey.nil? %> taginfo [More...]

This key does not appear in the OSM database.

<% else %> taginfo [More...]
Nodes <%= @dbkey['count_nodes'].to_i.to_s_with_ts %>
Ways <%= @dbkey['count_ways'].to_i.to_s_with_ts %>
Relations <%= @dbkey['count_relations'].to_i.to_s_with_ts %>
<% end %>