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


Ignore:
Timestamp:
2008-07-12T23:27:10+02:00 (16 years ago)
Author:
(none)
Message:

put restrictions to top of page (before highway)
add tourism chalet
"mark" route/boundary as dashed
add surface rules (unfinished)
add various building rules and change the area color
slightly change overview layout

File:
1 edited

Legend:

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

    r706 r711  
    209209
    210210                <xsl:choose>
    211                         <xsl:when test="$ypos &lt; 44">
     211                        <xsl:when test="$ypos &lt; 43">
    212212                                <!-- recursive call - increasing index and output counters -->
    213213                            <xsl:call-template name="posed_rules">
     
    305305                <xsl:with-param name="key" select="'tracktype'"/>
    306306                <xsl:with-param name="column" select="2"/>
    307                 <xsl:with-param name="row" select="10"/>
     307                <xsl:with-param name="row" select="8"/>
    308308    </xsl:call-template>
    309309    <xsl:call-template name="topic">
     
    337337                <xsl:with-param name="row" select="28"/>
    338338    </xsl:call-template>
     339        <xsl:call-template name="topic">
     340                <xsl:with-param name="key" select="'barrier'"/>
     341                <xsl:with-param name="column" select="2"/>
     342                <xsl:with-param name="row" select="30"/>
     343    </xsl:call-template>
    339344    <xsl:call-template name="topic">
    340345                <xsl:with-param name="key" select="'route'"/>
     
    399404    </xsl:call-template>
    400405        <xsl:call-template name="topic">
    401                 <xsl:with-param name="key" select="'oneway'"/>
     406                <xsl:with-param name="key" select="'noexit'"/>
    402407                <xsl:with-param name="column" select="3"/>
    403408                <xsl:with-param name="row" select="23"/>
    404409    </xsl:call-template>
    405410        <xsl:call-template name="topic">
    406                 <xsl:with-param name="key" select="'noexit'"/>
    407                 <xsl:with-param name="column" select="3"/>
    408                 <xsl:with-param name="row" select="25"/>
    409     </xsl:call-template>
    410         <xsl:call-template name="topic">
    411411                <xsl:with-param name="key" select="'maxweight'"/>
    412412                <xsl:with-param name="column" select="3"/>
     413                <xsl:with-param name="row" select="25"/>
     414    </xsl:call-template>
     415        <xsl:call-template name="topic">
     416                <xsl:with-param name="key" select="'maxheight'"/>
     417                <xsl:with-param name="column" select="3"/>
    413418                <xsl:with-param name="row" select="27"/>
    414419    </xsl:call-template>
    415420        <xsl:call-template name="topic">
    416                 <xsl:with-param name="key" select="'maxheight'"/>
     421                <xsl:with-param name="key" select="'maxwidth'"/>
    417422                <xsl:with-param name="column" select="3"/>
    418423                <xsl:with-param name="row" select="29"/>
    419424    </xsl:call-template>
    420425        <xsl:call-template name="topic">
    421                 <xsl:with-param name="key" select="'maxwidth'"/>
     426                <xsl:with-param name="key" select="'maxlength'"/>
    422427                <xsl:with-param name="column" select="3"/>
    423428                <xsl:with-param name="row" select="31"/>
    424429    </xsl:call-template>
    425430        <xsl:call-template name="topic">
    426                 <xsl:with-param name="key" select="'maxlength'"/>
     431                <xsl:with-param name="key" select="'maxspeed'"/>
    427432                <xsl:with-param name="column" select="3"/>
    428433                <xsl:with-param name="row" select="33"/>
    429434    </xsl:call-template>
    430435        <xsl:call-template name="topic">
    431                 <xsl:with-param name="key" select="'maxspeed'"/>
     436                <xsl:with-param name="key" select="'minspeed'"/>
    432437                <xsl:with-param name="column" select="3"/>
    433438                <xsl:with-param name="row" select="35"/>
    434439    </xsl:call-template>
    435440        <xsl:call-template name="topic">
    436                 <xsl:with-param name="key" select="'minspeed'"/>
     441                <xsl:with-param name="key" select="'maxstay'"/>
    437442                <xsl:with-param name="column" select="3"/>
    438443                <xsl:with-param name="row" select="37"/>
    439444    </xsl:call-template>
    440445        <xsl:call-template name="topic">
    441                 <xsl:with-param name="key" select="'maxstay'"/>
     446                <xsl:with-param name="key" select="'toll'"/>
    442447                <xsl:with-param name="column" select="3"/>
    443448                <xsl:with-param name="row" select="39"/>
    444     </xsl:call-template>
    445         <xsl:call-template name="topic">
    446                 <xsl:with-param name="key" select="'toll'"/>
    447                 <xsl:with-param name="column" select="3"/>
    448                 <xsl:with-param name="row" select="41"/>
    449     </xsl:call-template>
    450         <xsl:call-template name="topic">
    451                 <xsl:with-param name="key" select="'barrier'"/>
    452                 <xsl:with-param name="column" select="3"/>
    453                 <xsl:with-param name="row" select="43"/>
    454449    </xsl:call-template>
    455450               
     
    462457                <xsl:with-param name="key" select="'service'"/>
    463458                <xsl:with-param name="column" select="4"/>
    464                 <xsl:with-param name="row" select="20"/>
     459                <xsl:with-param name="row" select="21"/>
    465460    </xsl:call-template>
    466461    <xsl:call-template name="topic">
    467462                <xsl:with-param name="key" select="'waterway'"/>
    468463                <xsl:with-param name="column" select="4"/>
    469                 <xsl:with-param name="row" select="25"/>
     464                <xsl:with-param name="row" select="26"/>
    470465    </xsl:call-template>
    471466       
Note: See TracChangeset for help on using the changeset viewer.