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

Statistics about the tag will appear here.

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

This tag does not appear in the OSM database.

<% else %> taginfo [More...]
Nodes <%= @dbtag['count_nodes'].to_i.to_s_with_ts %> <%= '%.2f' % (@dbtag['count_nodes'].to_f / @dbkey['count_nodes'].to_f * 100) %> %
Ways <%= @dbtag['count_ways'].to_i.to_s_with_ts %> <%= '%.2f' % (@dbtag['count_ways'].to_f / @dbkey['count_ways'].to_f * 100) %> %
Relations <%= @dbtag['count_relations'].to_i.to_s_with_ts %> <%= '%.2f' % (@dbtag['count_relations'].to_f / @dbkey['count_relations'].to_f * 100) %> %
<% end %>