A couple more updates:<br>- added links to OSMdoc so you can see the currently used values for each tag<br>- I now show certain* OSMdoc tags that aren't supported by any tool<br>- I fixed wiki tags that were effectively "max_speed=*" but are listed in the wiki as "max_speed=Speed".<br>
<br><a href="http://wiki.openstreetmap.org/wiki/User:Stevage/tagsupport">http://wiki.openstreetmap.org/wiki/User:Stevage/tagsupport</a><br><br>Steve<br>* Here's the code<br>        <xsl:when test="<br>        $hide_osmdoc_only and<br>
        count(distinct-values(current-group()/value/@source))=1 and<br>        value/@source='osmdoc' and<br>        current-grouping-key() ne '*' and<br>        (sum(current-group()/value[.=current-grouping-key()]/@count) lt 50 or sum(current-group()/@osmdoc_values) ge 100)<br>
        "><br><br>Basically if a value turns up at least 50 times in a key that is otherwise supported at least once, and yet there are less than 100 unique values (ie, it's not name= where there are thousands of possibilities), then the tag is worth knowing about.<br>
<br>Steve<br>