Ignore:
Timestamp:
2009-12-15T02:15:17+01:00 (16 years ago)
Author:
ulfl
Message:

add icons for: aeroway=gate, amenity=driving_school
add a rule for: amenity=marketplace
add a generic rule for building=*
fixes #3879 (rendering of building="*")

File:
1 edited

Legend:

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

    r1963 r2640  
    525525                <xsl:with-param name="key" select="'aerialway'"/>
    526526                <xsl:with-param name="column" select="6"/>
    527                 <xsl:with-param name="row" select="10"/>
     527                <xsl:with-param name="row" select="11"/>
    528528    </xsl:call-template>
    529529    <xsl:call-template name="topic">
    530530                <xsl:with-param name="key" select="'piste:difficulty'"/>
    531531                <xsl:with-param name="column" select="6"/>
    532                 <xsl:with-param name="row" select="17"/>
     532                <xsl:with-param name="row" select="18"/>
    533533    </xsl:call-template>
    534534    <xsl:call-template name="topic">
    535535                <xsl:with-param name="key" select="'waterway'"/>
    536536                <xsl:with-param name="column" select="6"/>
    537                 <xsl:with-param name="row" select="25"/>
     537                <xsl:with-param name="row" select="26"/>
    538538    </xsl:call-template>
    539539
     
    626626    </xsl:call-template>
    627627    <xsl:call-template name="topic">
    628                 <xsl:with-param name="key" select="'abutters'"/>
    629                 <xsl:with-param name="column" select="16"/>
    630                 <xsl:with-param name="row" select="27"/>
    631     </xsl:call-template>
    632     <xsl:call-template name="topic">
    633628                <xsl:with-param name="key" select="'building'"/>
    634629                <xsl:with-param name="column" select="16"/>
    635                 <xsl:with-param name="row" select="35"/>
     630                <xsl:with-param name="row" select="28"/>
    636631    </xsl:call-template>       
     632        <xsl:call-template name="topic">
     633                <xsl:with-param name="key" select="'boundary'"/>
     634                <xsl:with-param name="column" select="16"/>
     635                <xsl:with-param name="row" select="34"/>
     636    </xsl:call-template>
    637637       
    638638    <xsl:call-template name="topic">
    639639                <xsl:with-param name="key" select="'place'"/>
    640640                <xsl:with-param name="column" select="17"/>
    641                 <xsl:with-param name="row" select="23"/>
     641                <xsl:with-param name="row" select="22"/>
    642642    </xsl:call-template>
    643643        <xsl:call-template name="topic">
     
    645645                <xsl:with-param name="column" select="17"/>
    646646                <xsl:with-param name="row" select="1"/>
    647     </xsl:call-template>
    648         <xsl:call-template name="topic">
    649                 <xsl:with-param name="key" select="'boundary'"/>
    650                 <xsl:with-param name="column" select="17"/>
    651                 <xsl:with-param name="row" select="36"/>
    652647    </xsl:call-template>
    653648       
Note: See TracChangeset for help on using the changeset viewer.