Changeset 717 in josm for trunk/styles/standard/overview.xsl


Ignore:
Timestamp:
2008-07-14T11:33:16+02:00 (17 years ago)
Author:
(none)
Message:

sync some rules with tagwatch
don't show the proposed icon any more (using tagwatch now)
use some of the already existing icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/overview.xsl

    r716 r717  
    339339        <xsl:call-template name="topic">
    340340                <xsl:with-param name="key" select="'barrier'"/>
    341                 <xsl:with-param name="column" select="2"/>
    342                 <xsl:with-param name="row" select="40"/>
     341                <xsl:with-param name="column" select="3"/>
     342                <xsl:with-param name="row" select="35"/>
    343343    </xsl:call-template>
    344344       
     
    463463                <xsl:with-param name="key" select="'route'"/>
    464464                <xsl:with-param name="column" select="5"/>
    465                 <xsl:with-param name="row" select="30"/>
     465                <xsl:with-param name="row" select="33"/>
    466466    </xsl:call-template>
    467467       
     
    484484                <xsl:with-param name="key" select="'waterway'"/>
    485485                <xsl:with-param name="column" select="6"/>
    486                 <xsl:with-param name="row" select="24"/>
     486                <xsl:with-param name="row" select="25"/>
    487487    </xsl:call-template>
    488488       
Note: See TracChangeset for help on using the changeset viewer.